We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 318e6c7 + d1f11b2 commit 45502d1Copy full SHA for 45502d1
modules/gridmap/editor/grid_map_editor_plugin.cpp
@@ -204,7 +204,7 @@ void GridMapEditor::_update_cursor_transform() {
204
_set_selection(false);
205
}
206
// Rotation is only applied in paint mode, we don't want the cursor box to rotate otherwise.
207
- cursor_transform.basis = node->get_basis_with_orthogonal_index(cursor_rot);
+ cursor_transform.basis *= node->get_basis_with_orthogonal_index(cursor_rot);
208
if (selected_palette >= 0 && node && node->get_mesh_library().is_valid()) {
209
cursor_transform *= node->get_mesh_library()->get_item_mesh_transform(selected_palette);
210
0 commit comments