Torches are now flipped, but next is that same crash.
This commit is contained in:
parent
0e8b661273
commit
2484802d93
7 changed files with 23 additions and 32 deletions
|
|
@ -53,11 +53,11 @@ int main(int, char*[]) {
|
|||
main->$ui.$arena.tick();
|
||||
main->render(window);
|
||||
|
||||
if(main->handle_keyboard_mouse() ||
|
||||
main->handle_world_events())
|
||||
if(main->handle_keyboard_mouse() || main->handle_world_events())
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
window.display();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue