mirror of https://github.com/godotengine/godot
Update gridmap editor cursor and selection node transformations whenever the gridmap node's transformation changes
This commit is contained in:
parent
5efd124ca1
commit
f37c72fcdc
|
|
@ -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 New Issue