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

Add separate feature tags for editor runtime

This commit is contained in:
kobewi
2023-12-02 18:55:27 +01:00
parent 86bf8354a0
commit 3ebb5b84a0
7 changed files with 23 additions and 4 deletions

View File

@@ -1746,6 +1746,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
}
}
OS::get_singleton()->_in_editor = editor;
if (globals->setup(project_path, main_pack, upwards, editor) == OK) {
#ifdef TOOLS_ENABLED
found_project = true;