Explorar o código

Fix VideoStreamPlayer seamless loop

今井きなみ %!s(int64=2) %!d(string=hai) anos
pai
achega
270bc93b95
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      scene/gui/video_stream_player.cpp

+ 3 - 0
scene/gui/video_stream_player.cpp

@@ -281,6 +281,9 @@ void VideoStreamPlayer::play() {
 	set_process_internal(true);
 	last_audio_time = 0;
 
+	// We update the playback to render the first frame immediately.
+	playback->update(0);
+
 	if (!can_process()) {
 		_notification(NOTIFICATION_PAUSED);
 	}