1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Ignore override.cfg when in editor

(cherry picked from commit 7dc97d6558)
This commit is contained in:
kobewi
2021-11-22 16:10:31 +01:00
committed by Rémi Verschelde
parent de365200bb
commit 420c351592
3 changed files with 11 additions and 11 deletions

View File

@@ -887,7 +887,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