Fix screen switching
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user