Fix frame effect on frame 0 playing twice on playback start (#945)

This commit is contained in:
in1tiate 2024-03-25 04:39:39 -05:00 committed by GitHub
parent 0142ed57c3
commit ad6552cdd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,7 +228,6 @@ void CharLayer::load_image(QString p_filename, QString p_charname,
ao_app->get_theme_path( ao_app->get_theme_path(
"placeholder", ao_app->default_theme)}; // Default theme placeholder path "placeholder", ao_app->default_theme)}; // Default theme placeholder path
start_playback(ao_app->get_image_path(pathlist)); start_playback(ao_app->get_image_path(pathlist));
play();
} }
void SplashLayer::load_image(QString p_filename, QString p_charname, void SplashLayer::load_image(QString p_filename, QString p_charname,