Check the seek process immediately after playback as a special case

This commit is contained in:
Silc Lizard (Tokage) Renew
2023-11-26 06:28:22 +09:00
parent 1ba920fada
commit c36200b9a1
2 changed files with 11 additions and 4 deletions

View File

@ -111,6 +111,7 @@ private:
void _process_playback_data(PlaybackData &cd, double p_delta, float p_blend, bool p_seeked, bool p_started, bool p_is_current = false);
void _blend_playback_data(double p_delta, bool p_started);
void _stop_internal(bool p_reset, bool p_keep_state);
void _check_immediately_after_start();
bool playing = false;