First step to a normal update/render loop.
This commit is contained in:
parent
46c6fce47e
commit
0ff5fd1980
3 changed files with 13 additions and 3 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue