mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 02:52:28 -05:00
Merge pull request #99393 from badsectoracula/update-gridmap-editor-cursel-transform
Update gridmap editor nodes when the gridmap node transform changes
This commit is contained in:
commit
689c789ab3
1 changed files with 2 additions and 0 deletions
|
@ -1199,6 +1199,8 @@ void GridMapEditor::_notification(int p_what) {
|
|||
RS::get_singleton()->instance_set_transform(grid_instance[i], xf * edit_grid_xform);
|
||||
}
|
||||
grid_xform = xf;
|
||||
_update_cursor_transform();
|
||||
_update_selection_transform();
|
||||
}
|
||||
} break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue