From 5928b18cf36165a7044b2793fadd6dae060e3e70 Mon Sep 17 00:00:00 2001 From: Nathan Warden Date: Fri, 15 Jun 2018 17:08:59 -0500 Subject: [PATCH] The build-solutions flag now forces editor mode. (cherry picked from commit 03bb14bcc56e33208865b37d4ef8ae0c3a72cda8) --- main/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main/main.cpp b/main/main.cpp index 90d9abe5dbf..d368ffb8ed7 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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