You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
@@ -835,6 +835,9 @@ void GridMapEditor::_notification(int p_what) {
|
||||
duplicate_instance = RID();
|
||||
|
||||
} else if (p_what == NOTIFICATION_PROCESS) {
|
||||
if (!node) {
|
||||
return;
|
||||
}
|
||||
|
||||
Transform xf = node->get_global_transform();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user