summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorJason Knight <jason@winterpixel.com>2022-03-20 07:59:15 -0600
committerJason Knight <jason@winterpixel.com>2022-03-20 11:34:01 -0600
commit640099cce5e496b8bd3480fab37ea6cc87d39c33 (patch)
tree1de7c3dd04e6c51a2db04043d3648eb0a29b3f58 /scene
parent5901d9145822bd068078441f4e96377d49018ed9 (diff)
Bind NOTIFICATION_LOCAL_TRANFORM_CHANGED
Diffstat (limited to 'scene')
-rw-r--r--scene/main/canvas_item.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/canvas_item.cpp b/scene/main/canvas_item.cpp
index b50f7866af..15d36d8230 100644
--- a/scene/main/canvas_item.cpp
+++ b/scene/main/canvas_item.cpp
@@ -978,6 +978,7 @@ void CanvasItem::_bind_methods() {
ADD_SIGNAL(MethodInfo("item_rect_changed"));
BIND_CONSTANT(NOTIFICATION_TRANSFORM_CHANGED);
+ BIND_CONSTANT(NOTIFICATION_LOCAL_TRANSFORM_CHANGED);
BIND_CONSTANT(NOTIFICATION_DRAW);
BIND_CONSTANT(NOTIFICATION_VISIBILITY_CHANGED);
BIND_CONSTANT(NOTIFICATION_ENTER_CANVAS);