mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Fix "Create Trimesh Collision Sibling" transform
(cherry picked from commit 3cbd626328)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user