summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-12-02 18:55:27 +0100
committerkobewi <kobewi4e@gmail.com>2024-04-26 14:44:38 +0200
commit3ebb5b84a0053c4a2ba560ac06dc9f1fe57769b8 (patch)
tree577434f2f4183cc44e1597c1cde29b7b3542806a /main
parent86bf8354a06ab7b23a0ff6a81b48fd015e92ac94 (diff)
downloadredot-engine-3ebb5b84a0053c4a2ba560ac06dc9f1fe57769b8.tar.gz
Add separate feature tags for editor runtime
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 905740fd90..eee634086e 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -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;