mirror of
https://github.com/overte-org/overte.git
synced 2025-07-28 22:20:25 +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) {
|
bool Octree::findShapeCollisions(const Shape* shape, CollisionList& collisions, Octree::lockType lockType) {
|
||||||
|
|
||||||
ShapeArgs args = { shape,
|
ShapeArgs args = { shape, collisions, false };
|
||||||
collisions,
|
|
||||||
false };
|
|
||||||
|
|
||||||
bool gotLock = false;
|
bool gotLock = false;
|
||||||
if (lockType == Octree::Lock) {
|
if (lockType == Octree::Lock) {
|
||||||
|
|
Loading…
Reference in a new issue