Browse Source

Fix "Create Trimesh Collision Sibling" transform

(cherry picked from commit 3cbd626328c84bce645db55062aacd3a334a6973)
hoontee 5 years ago
parent
commit
b626f16212
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/plugins/mesh_instance_editor_plugin.cpp

+ 1 - 0
editor/plugins/mesh_instance_editor_plugin.cpp

@@ -140,6 +140,7 @@ void MeshInstanceEditor::_menu_option(int p_option) {
 
 			CollisionShape *cshape = memnew(CollisionShape);
 			cshape->set_shape(shape);
+			cshape->set_transform(node->get_transform());
 
 			Node *owner = node->get_owner();