arreglat bug en el estat pre del fade

This commit is contained in:
2025-08-17 20:17:55 +02:00
parent 3fc15a9512
commit 5e5227305f
4 changed files with 190 additions and 3 deletions

View File

@@ -1653,6 +1653,7 @@ void Game::updateDemo() {
// Activa el fundido antes de acabar con los datos de la demo
if (demo_.counter == TOTAL_DEMO_DATA - 200) {
fade_out_->setType(Fade::Type::RANDOM_SQUARE2);
fade_out_->setPostDuration(param.fade.post_duration_ms);
fade_out_->activate();
}