restore console

This commit is contained in:
Sonic Dreamcaster
2025-04-13 05:30:06 -03:00
parent 9fc9b3cf80
commit c2e54ec0b3
+1 -1
View File
@@ -73,7 +73,7 @@ GameEngine::GameEngine() {
const std::string assets_path = Ship::Context::GetPathRelativeToAppDirectory("starship.o2r");
#ifdef _WIN32
// AllocConsole();
AllocConsole();
#endif
if (!fs::exists("mods")) {