浏览代码

Fix "Create Trimesh Collision Sibling" transform

(cherry picked from commit 3cbd626328c84bce645db55062aacd3a334a6973)
hoontee 5 年之前
父节点
当前提交
b626f16212
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();