Open MakaronKanon opened 5 years ago
Since we are not checking in our while loop if we need to exit. (Just affects windows)
Right now we poll int platform_should_exit() in our game loop. When we are not in gameLoop we don't poll and therefore we can't exit. Maybe a solution would be a interupt/callback.
Since we are not checking in our while loop if we need to exit. (Just affects windows)