diff options
Diffstat (limited to '')
| -rw-r--r-- | scene/resources/video_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/video_stream.h b/scene/resources/video_stream.h index e08be02a0..30264691e 100644 --- a/scene/resources/video_stream.h +++ b/scene/resources/video_stream.h @@ -55,7 +55,7 @@ public: virtual float get_length() const = 0; - virtual float get_pos() const = 0; + virtual float get_position() const = 0; virtual void seek_pos(float p_time) = 0; virtual void set_audio_track(int p_idx) = 0; |
