فهرست منبع

Whitespace fix

Jorrit Rouwe 7 ماه پیش
والد
کامیت
3324d6a241
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;