Skip to content
Snippets Groups Projects
Commit acae80e7 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Skip game mode shutdown on linux as it causes spurious segfaults

parent 0ca88293
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ int main( int argc, char **argv ) ...@@ -118,7 +118,7 @@ int main( int argc, char **argv )
sentry_close(); sentry_close();
#endif #endif
ALGameMode::shutdown(); //ALGameMode::shutdown();
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment