소스 검색

Add comment.

Malcolm Tyrrell 5 년 전
부모
커밋
4bdaf20b70
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      code/AssetLib/FBX/FBXImporter.cpp

+ 1 - 0
code/AssetLib/FBX/FBXImporter.cpp

@@ -189,6 +189,7 @@ void FBXImporter::InternReadFile(const std::string &pFile, aiScene *pScene, IOSy
 		float size_relative_to_cm = doc.GlobalSettings().UnitScaleFactor();
         if (size_relative_to_cm == 0.0)
         {
+			// BaseImporter later asserts that fileScale is non-zero.
 			ThrowException("The UnitScaleFactor must be non-zero");
         }