diff options
| author | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2020-07-09 09:32:42 +0200 |
|---|---|---|
| committer | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2020-07-09 09:51:32 +0200 |
| commit | b2d27214aa0bee3cf0dc091846bf087e007c9607 (patch) | |
| tree | 1240430c13a71d978e540fb98067c2479eb9211b /main | |
| parent | d629b17291347b20ef3730f97f484e807ac07f1a (diff) | |
| download | redot-engine-b2d27214aa0bee3cf0dc091846bf087e007c9607.tar.gz | |
Keep debug & verbose options after loading project from project manager
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index 4ea11cfaeb..7492d3d6c9 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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; |
