Merge pull request #64410 from MewPurPur/rename-notification-instanced

This commit is contained in:
Rémi Verschelde 2022-08-30 12:01:58 +02:00 committed by GitHub
commit 889c522a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -1755,7 +1755,7 @@ Node *PackedScene::instantiate(GenEditState p_edit_state) const {
s->set_scene_file_path(get_path());
}
s->notification(Node::NOTIFICATION_INSTANCED);
s->notification(Node::NOTIFICATION_SCENE_INSTANTIATED);
return s;
}