diff --git a/src/gui/fsm.cpp b/src/gui/fsm.cpp index d80f8b2..7604e73 100644 --- a/src/gui/fsm.cpp +++ b/src/gui/fsm.cpp @@ -403,10 +403,12 @@ namespace gui { $window.clear(); if(in_state(State::BOSS_FIGHT)) { + $boss_fight->update(); $boss_fight->render($window); // this clears any attack animations, like fire System::clear_attack(); } else if(in_state(State::CUT_SCENE_PLAYING)) { + $boss_scene->update(); $boss_scene->render($window); } else { // this clears any attack animations, like fire