mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
formatting
This commit is contained in:
parent
fe42f66cc9
commit
c5f1a8abd6
1 changed files with 1 additions and 3 deletions
|
@ -759,9 +759,7 @@ bool Octree::findCapsulePenetration(const glm::vec3& start, const glm::vec3& end
|
|||
|
||||
bool Octree::findShapeCollisions(const Shape* shape, CollisionList& collisions, Octree::lockType lockType) {
|
||||
|
||||
ShapeArgs args = { shape,
|
||||
collisions,
|
||||
false };
|
||||
ShapeArgs args = { shape, collisions, false };
|
||||
|
||||
bool gotLock = false;
|
||||
if (lockType == Octree::Lock) {
|
||||
|
|
Loading…
Reference in a new issue