disable console for release

This commit is contained in:
Sonic Dreamcaster
2025-04-02 22:57:44 -03:00
parent 2b00a0fc31
commit 3b57344dde
+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")) {