mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
Fix compiling with new BSOD in debug mode
This commit is contained in:
@@ -788,8 +788,8 @@ int main(int argc, char * argv[])
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef DEBUG
|
||||
GameController * gameController = NULL;
|
||||
#ifndef DEBUG
|
||||
try {
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user