Merge pull request #49526 from Chaosus/fix_textureregion_errors
This commit is contained in:
commit
ef7974f3d9
11 changed files with 29 additions and 18 deletions
|
|
@ -175,6 +175,7 @@ SceneStringNames::SceneStringNames() {
|
|||
_toggled = StaticCString::create("_toggled");
|
||||
|
||||
frame_changed = StaticCString::create("frame_changed");
|
||||
texture_changed = StaticCString::create("texture_changed");
|
||||
|
||||
playback_speed = StaticCString::create("playback/speed");
|
||||
playback_active = StaticCString::create("playback/active");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue