Fix compiling with new BSOD in debug mode
This commit is contained in:
parent
66e21ce049
commit
8ef266c08e
@ -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