First step to a normal update/render loop.

This commit is contained in:
Zed A. Shaw 2026-02-28 10:59:28 -05:00
parent 46c6fce47e
commit 0ff5fd1980
3 changed files with 13 additions and 3 deletions

View file

@ -33,6 +33,7 @@ int main(int argc, char* argv[]) {
}
while(main.active()) {
main.update();
main.render();
if(main.in_state(gui::State::BOSS_FIGHT)) {