mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Don't process CollisionShapes recursively in PropDataCollisionObject, as they only work as a direct child.
This commit is contained in:
parent
da2daebbb8
commit
73bdeb40c6
@ -108,10 +108,6 @@ void PropDataCollisionObject::processor_process_collision_objects(Node *node, co
|
|||||||
if (shape.is_valid()) {
|
if (shape.is_valid()) {
|
||||||
add_collision_shape(current_transform, shape);
|
add_collision_shape(current_transform, shape);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (c->get_child_count() > 0) {
|
|
||||||
processor_process_collision_objects(c, current_transform);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user