Browse Source

Whitespace fix

Jorrit Rouwe 7 months ago
parent
commit
3324d6a241
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jolt/Physics/Collision/Shape/MeshShape.cpp

+ 1 - 1
Jolt/Physics/Collision/Shape/MeshShape.cpp

@@ -216,7 +216,7 @@ MeshShape::MeshShape(const MeshShapeSettings &inSettings, ShapeResult &outResult
 		JPH_ASSERT(false);
 		break;
 	}
-	
+
 	// Build tree
 	AABBTreeBuilder builder(*splitter, inSettings.mMaxTrianglesPerLeaf);
 	AABBTreeBuilderStats builder_stats;