Fix stupid typo

This commit is contained in:
beeanyew
2021-05-12 16:59:28 +02:00
parent 0463d4b6c0
commit 067dc3efbd

View File

@@ -289,7 +289,7 @@ reinit_raylib:;
reinit = 1;
goto shutdown_raylib;
}
if (!emulator_exiting) {
if (emulator_exiting) {
goto shutdown_raylib;
}
}