diff --git a/scene/main/node.cpp b/scene/main/node.cpp index c2b20d798f..c46ffdeac5 100644 --- a/scene/main/node.cpp +++ b/scene/main/node.cpp @@ -186,9 +186,7 @@ void Node::_notification(int p_notification) { } break; case NOTIFICATION_POST_ENTER_TREE: { - if (data.auto_translate_mode != AUTO_TRANSLATE_MODE_DISABLED) { - notification(NOTIFICATION_TRANSLATION_CHANGED); - } + notification(NOTIFICATION_TRANSLATION_CHANGED); } break; case NOTIFICATION_EXIT_TREE: {