summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Warden <nathan@nathanwarden.com>2018-06-15 17:08:59 -0500
committerNathan Warden <nathan@nathanwarden.com>2018-06-15 17:08:59 -0500
commit03bb14bcc56e33208865b37d4ef8ae0c3a72cda8 (patch)
tree8af986511e1fe7da626df733f02bac7d842d64e9
parentdb345b65543b960cef5fd594886696c6e72213cf (diff)
downloadredot-engine-03bb14bcc56e33208865b37d4ef8ae0c3a72cda8.tar.gz
The build-solutions flag now forces editor mode.
-rw-r--r--main/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp
index f719830cbc..2e3c2f41b9 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -539,6 +539,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
} else if (I->get() == "--build-solutions") { // Build the scripting solution such C#
auto_build_solutions = true;
+ editor = true;
#endif
} else if (I->get() == "--no-window") { // disable window creation, Windows only