Explorar o código

Trimmed trailing whitespaces

Sebastian Matusik %!s(int64=5) %!d(string=hai) anos
pai
achega
496fcd35c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/Common/SplitByBoneCountProcess.cpp

+ 1 - 1
code/Common/SplitByBoneCountProcess.cpp

@@ -224,7 +224,7 @@ void SplitByBoneCountProcess::SplitMesh( const aiMesh* pMesh, std::vector<aiMesh
             }
 
             if (newBonesAtCurrentFace.size() > mMaxBoneCount)
-            {   
+            {
                 throw DeadlyImportError("SplitByBoneCountProcess: Single face requires more bones than specified max bone count!");
             }
             // leave out the face if the new bones required for this face don't fit the bone count limit anymore