The build-solutions flag now forces editor mode.

(cherry picked from commit 03bb14bcc5)
This commit is contained in:
Nathan Warden 2018-06-15 17:08:59 -05:00 committed by Hein-Pieter van Braam
parent f37779ba20
commit 5928b18cf3
1 changed files with 1 additions and 0 deletions

View File

@ -536,6 +536,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