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.
1 parent 30456ba commit c5a59e4Copy full SHA for c5a59e4
modules/gridmap/editor/grid_map_editor_plugin.cpp
@@ -535,7 +535,6 @@ void GridMapEditor::_set_clipboard_data() {
535
item.cell_item = itm;
536
item.grid_offset = Vector3(selected) - selection.begin;
537
item.orientation = node->get_cell_item_orientation(selected);
538
- item.instance = RenderingServer::get_singleton()->instance_create2(mesh->get_rid(), scenario);
539
540
if (mesh.is_valid()) {
541
item.instance = RenderingServer::get_singleton()->instance_create2(mesh->get_rid(), scenario);
0 commit comments