fix app.* functions & update 'world' test

This commit is contained in:
MihailRis
2025-01-01 18:25:30 +03:00
parent 4a6689104a
commit 30a8ddf2d3
5 changed files with 81 additions and 41 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ int main(int argc, char** argv) {
} catch (const initialize_error& err) {
logger.error() << "could not to initialize engine\n" << err.what();
}
#ifdef NDEBUG
#if defined(NDEBUG) and defined(_WIN32)
catch (const std::exception& err) {
logger.error() << "uncaught exception: " << err.what();
debug::Logger::flush();