Fixed the way scene updates, but it's still not connecting the ticks to the updates in animation.
This commit is contained in:
parent
32e9c65331
commit
0c798c9e0d
3 changed files with 4 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue