aboutsummaryrefslogtreecommitdiff
path: root/scene/main/node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2018-05-15 17:12:35 -0300
committerJuan Linietsky2018-05-15 17:14:31 -0300
commit005b69cf6e276209464cc8c36ebc7376679925b6 (patch)
tree2271a91a727cb9afcc2f58b4b91023f4a0a7f7f8 /scene/main/node.cpp
parent3b8bd50b41e0197ab3bce653548715872a93ea80 (diff)
downloadgodot-005b69cf6e276209464cc8c36ebc7376679925b6.tar.gz
godot-005b69cf6e276209464cc8c36ebc7376679925b6.tar.zst
godot-005b69cf6e276209464cc8c36ebc7376679925b6.zip
Diffstat (limited to 'scene/main/node.cpp')
-rw-r--r--scene/main/node.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/main/node.cpp b/scene/main/node.cpp
index e6ea4e4b4..3643aedb8 100644
--- a/scene/main/node.cpp
+++ b/scene/main/node.cpp
@@ -176,6 +176,9 @@ void Node::_propagate_ready() {
data.children[i]->_propagate_ready();
}
data.blocked--;
+
+ notification(NOTIFICATION_POST_ENTER_TREE);
+
if (data.ready_first) {
data.ready_first = false;
notification(NOTIFICATION_READY);