summaryrefslogtreecommitdiff
path: root/scene/scene_string_names.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/scene_string_names.cpp')
-rw-r--r--scene/scene_string_names.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/scene_string_names.cpp b/scene/scene_string_names.cpp
index 305e4fc735..634f4d7160 100644
--- a/scene/scene_string_names.cpp
+++ b/scene/scene_string_names.cpp
@@ -203,4 +203,6 @@ SceneStringNames::SceneStringNames() {
_mesh_changed = StaticCString::create("_mesh_changed");
parameters_base_path = "parameters/";
+
+ tracks_changed = "tracks_changed";
}