summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-21 12:26:26 +0100
committerGitHub <noreply@github.com>2022-03-21 12:26:26 +0100
commit16e96e52d3e27f0ea66b16ff29d8579751d5dfed (patch)
tree77b82aac09a655f697f8abb65513469a99dd551d /scene
parent59b22194e1cd5b62779a114e201ce47db46fb988 (diff)
parent640099cce5e496b8bd3480fab37ea6cc87d39c33 (diff)
Merge pull request #59352 from winterpixelgames/notify-local-transform-constant
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);