Keep debug & verbose options after loading project from project manager
This commit is contained in:
parent
d629b17291
commit
b2d27214aa
4 changed files with 15 additions and 0 deletions
|
|
@ -836,6 +836,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|||
|
||||
} else if (I->get() == "-d" || I->get() == "--debug") {
|
||||
debug_uri = "local://";
|
||||
OS::get_singleton()->_debug_stdout = true;
|
||||
#if defined(DEBUG_ENABLED) && !defined(SERVER_ENABLED)
|
||||
} else if (I->get() == "--debug-collisions") {
|
||||
debug_collisions = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue