mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 01:59:19 +02:00
Merge branch 'gfx-work' into sim
This commit is contained in:
4
EU07.cpp
4
EU07.cpp
@@ -34,8 +34,10 @@ int main( int argc, char *argv[] )
|
||||
auto result { Application.init( argc, argv ) };
|
||||
if( result == 0 ) {
|
||||
result = Application.run();
|
||||
Application.exit();
|
||||
}
|
||||
Application.exit();
|
||||
std::_Exit(0); // skip destructors, there are ordering errors which causes segfaults
|
||||
return result;
|
||||
}
|
||||
catch( std::bad_alloc const &Error )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user