mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Merge branch 'tmj-dev'
This commit is contained in:
4
EU07.cpp
4
EU07.cpp
@@ -438,7 +438,6 @@ int main(int argc, char *argv[])
|
||||
return -1;
|
||||
}
|
||||
|
||||
TPythonInterpreter::killInstance();
|
||||
#ifdef _WIN32
|
||||
Console::Off(); // wyłączenie konsoli (komunikacji zwrotnej)
|
||||
SafeDelete( pConsole );
|
||||
@@ -448,7 +447,8 @@ int main(int argc, char *argv[])
|
||||
glfwDestroyWindow(window);
|
||||
glfwTerminate();
|
||||
|
||||
_exit(0); // skip destructors, there are ordering errors which causes segfaults
|
||||
TPythonInterpreter::killInstance();
|
||||
|
||||
_exit(0); // skip destructors, there are ordering errors which causes segfaults
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user