summaryrefslogtreecommitdiffstats
path: root/scene/scene_string_names.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-05-14 13:28:56 +0200
committerkobewi <kobewi4e@gmail.com>2024-05-30 12:03:43 +0200
commita345160ab348c93854779410f97248c30eb6a66f (patch)
treef7b3940af638d3b3e7cf6806e86df74d39f4d738 /scene/scene_string_names.cpp
parent60844997bb2981c44e3b4396ab2918df90f13c97 (diff)
downloadredot-engine-a345160ab348c93854779410f97248c30eb6a66f.tar.gz
Fix wrong usage of parameters_base_path StringName
Diffstat (limited to 'scene/scene_string_names.cpp')
-rw-r--r--scene/scene_string_names.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/scene_string_names.cpp b/scene/scene_string_names.cpp
index 2ee27c95e1..ac3ff7f38c 100644
--- a/scene/scene_string_names.cpp
+++ b/scene/scene_string_names.cpp
@@ -123,7 +123,6 @@ SceneStringNames::SceneStringNames() {
window_input = StaticCString::create("window_input");
theme_changed = StaticCString::create("theme_changed");
- parameters_base_path = "parameters/";
shader_overrides_group = StaticCString::create("_shader_overrides_group_");
shader_overrides_group_active = StaticCString::create("_shader_overrides_group_active_");