Makes project manager never initialize mono debug.

The heuristic whether we're in the project manager inside GDMono
didn't work if the project manager was launched by not having any path
to run.

This is fixed now by making a Main::is_project_manager().
This commit is contained in:
Pieter-Jan Briers
2018-02-16 16:00:54 +01:00
parent 49dc473ff1
commit 1099838079
3 changed files with 9 additions and 17 deletions

View File

@@ -56,6 +56,7 @@ public:
static bool iteration();
static void cleanup();
static void force_redraw();
static bool is_project_manager();
};
#endif