Fix screen switching

This commit is contained in:
2024-01-10 21:37:11 +01:00
parent eb14bc8b2a
commit e82fde83c9
3 changed files with 5 additions and 6 deletions

View File

@@ -162,11 +162,6 @@ bool deserializeOptions(const char *path, Options *optsOut) {
return false;
}
void setScreen(Game *game, GameScreen newScreen) {
game->nextScreen = newScreen;
}
bool init(void *userData) {
// Center window
int monitor = GetCurrentMonitor();