mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
disable console for release
This commit is contained in:
+1
-1
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user