2
0
Jorrit Rouwe 7 сар өмнө
parent
commit
3324d6a241

+ 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;