mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Expose _clips_input as a virtual function, closes #15358
This commit is contained in:
@@ -102,6 +102,8 @@ SceneStringNames::SceneStringNames() {
|
||||
_update_scroll = StaticCString::create("_update_scroll");
|
||||
_update_xform = StaticCString::create("_update_xform");
|
||||
|
||||
_clips_input = StaticCString::create("_clips_input");
|
||||
|
||||
_proxgroup_add = StaticCString::create("_proxgroup_add");
|
||||
_proxgroup_remove = StaticCString::create("_proxgroup_remove");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user