formatting

This commit is contained in:
Andrew Meadows 2014-04-23 13:37:13 -07:00
parent fe42f66cc9
commit c5f1a8abd6

View file

@ -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) {