summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-11-22 16:10:31 +0100
committerkobewi <kobewi4e@gmail.com>2021-11-22 16:10:31 +0100
commit7dc97d6558915486d4e1bed85da98422c4830894 (patch)
tree65d35ef5ea46a59f648677080b4a0e7b13f852c3 /main
parent29a2561f77c2004433955a8578301cf49401fdd5 (diff)
Ignore override.cfg when in editor
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index f0f8c01592..9f51025cc3 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -1136,7 +1136,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
FileAccess::make_default<FileAccessNetwork>(FileAccess::ACCESS_RESOURCES);
}
- if (globals->setup(project_path, main_pack, upwards) == OK) {
+ if (globals->setup(project_path, main_pack, upwards, editor) == OK) {
#ifdef TOOLS_ENABLED
found_project = true;
#endif