aboutsummaryrefslogtreecommitdiff
path: root/scene/main/node.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-09 16:43:44 -0300
committerJuan Linietsky2017-01-09 16:43:44 -0300
commit1f8451001d69df708ef788b8730cf13a11a75065 (patch)
treeb40bbcd7b61781e17bde271ad2a9ec09cba2fd2c /scene/main/node.h
parente9bb65db815b593037a573c1c7a78e95b7550cb0 (diff)
downloadgodot-1f8451001d69df708ef788b8730cf13a11a75065.tar.gz
godot-1f8451001d69df708ef788b8730cf13a11a75065.tar.zst
godot-1f8451001d69df708ef788b8730cf13a11a75065.zip
Diffstat (limited to 'scene/main/node.h')
-rw-r--r--scene/main/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/node.h b/scene/main/node.h
index 117ce6464..f9d334629 100644
--- a/scene/main/node.h
+++ b/scene/main/node.h
@@ -222,6 +222,7 @@ public:
NOTIFICATION_DRAG_BEGIN=21,
NOTIFICATION_DRAG_END=22,
NOTIFICATION_PATH_CHANGED=23,
+ NOTIFICATION_TRANSLATION_CHANGED=24,
};
/* NODE/TREE */