Merge pull request #19589 from NathanWarden/build_solutions_force_editor

The build-solutions flag now forces editor mode.
This commit is contained in:
Rémi Verschelde 2018-06-18 15:00:38 +02:00 committed by GitHub
commit e19da5ab6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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