소스 검색

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;