Fixed the way scene updates, but it's still not connecting the ticks to the updates in animation.

This commit is contained in:
Zed A. Shaw 2026-02-20 11:06:14 -05:00
parent 32e9c65331
commit 0c798c9e0d
3 changed files with 4 additions and 13 deletions

View file

@ -89,8 +89,7 @@ namespace boss {
}
void UI::update() {
$arena.tick();
$arena.play_animations();
$arena.update();
}
bool UI::mouse(float x, float y, Modifiers mods) {