Merge branch 'milek-dev' into gfx-work

This commit is contained in:
milek7
2019-04-05 19:36:50 +02:00
26 changed files with 612 additions and 203 deletions

View File

@@ -36,6 +36,8 @@ int main( int argc, char *argv[] )
result = Application.run();
Application.exit();
}
std::_Exit(0); // skip destructors, there are ordering errors which causes segfaults
return result;
}
catch( std::bad_alloc const &Error )
{