aboutsummaryrefslogtreecommitdiff
path: root/scene/main/node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-12-14 08:59:46 -0300
committerJuan Linietsky2017-12-14 09:01:27 -0300
commitf3ad14224e27f2a25196575e3c43ebc792c90894 (patch)
tree84e60bc2fafda809f51bd0892e39205da9423068 /scene/main/node.cpp
parentaa6772d7abb3ff1ff77b1b658617904bb0af1fbb (diff)
downloadgodot-f3ad14224e27f2a25196575e3c43ebc792c90894.tar.gz
godot-f3ad14224e27f2a25196575e3c43ebc792c90894.tar.zst
godot-f3ad14224e27f2a25196575e3c43ebc792c90894.zip
Diffstat (limited to 'scene/main/node.cpp')
-rw-r--r--scene/main/node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/node.cpp b/scene/main/node.cpp
index cae368aec..efc5d269a 100644
--- a/scene/main/node.cpp
+++ b/scene/main/node.cpp
@@ -177,8 +177,8 @@ void Node::_propagate_ready() {
}
data.blocked--;
if (data.ready_first) {
- notification(NOTIFICATION_READY);
data.ready_first = false;
+ notification(NOTIFICATION_READY);
}
}