Torches are now flipped, but next is that same crash.

This commit is contained in:
Zed A. Shaw 2026-02-13 11:10:13 -05:00
parent 0e8b661273
commit 2484802d93
7 changed files with 23 additions and 32 deletions

View file

@ -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();
}