mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename get_position => get_playback_position and seek_pos => seek on audio classes
This commit is contained in:
committed by
Rémi Verschelde
parent
650e0cf318
commit
46af050e93
@@ -282,7 +282,7 @@ float VideoPlayer::get_stream_position() const {
|
||||
|
||||
if (playback.is_null())
|
||||
return 0;
|
||||
return playback->get_position();
|
||||
return playback->get_playback_position();
|
||||
};
|
||||
|
||||
Ref<Texture> VideoPlayer::get_video_texture() {
|
||||
|
||||
Reference in New Issue
Block a user