Browse Source

Whitespace fix

Jorrit Rouwe 7 tháng trước cách đây
mục cha
commit
3324d6a241
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;