1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fix

Makes project manager never initialize mono debug.
This commit is contained in:
Ignacio Etcheverry
2018-02-18 19:53:46 +01:00
committed by GitHub
3 changed files with 9 additions and 17 deletions

View File

@@ -122,13 +122,18 @@ static bool force_lowdpi = false;
static int init_screen = -1;
static bool use_vsync = true;
static bool editor = false;
static bool project_manager = false;
static bool show_help = false;
static bool disable_render_loop = false;
static int fixed_fps = -1;
static OS::ProcessID allow_focus_steal_pid = 0;
static bool project_manager = false;
bool Main::is_project_manager() {
return project_manager;
}
void initialize_physics() {
/// 3D Physics Server