diff options
| author | qarmin <mikrutrafal@protonmail.com> | 2021-10-01 08:14:54 +0200 |
|---|---|---|
| committer | qarmin <mikrutrafal@protonmail.com> | 2021-11-09 11:02:04 +0100 |
| commit | 071829acc5b80eea1c0bae1ea92fcc0a688221d8 (patch) | |
| tree | e4def9f498899dd1fb6f57549b54dc0493d67fb8 /main | |
| parent | 38c698c4854bd42de1e88c61652ae09ec62bdd87 (diff) | |
| download | redot-engine-071829acc5b80eea1c0bae1ea92fcc0a688221d8.tar.gz | |
Enable mono editor build in CI
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/main.cpp b/main/main.cpp index 863ffccfae..0cf805f94a 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -2051,8 +2051,6 @@ bool Main::start() { GLOBAL_DEF("mono/profiler/args", "log:calls,alloc,sample,output=output.mlpd"); GLOBAL_DEF("mono/profiler/enabled", false); GLOBAL_DEF("mono/unhandled_exception_policy", 0); - // From editor/csharp_project.cpp. - GLOBAL_DEF("mono/project/auto_update_project", true); #endif DocTools doc; |
