ソースを参照

# gcc fix: Remove "OgreImporter::" prefix in OgreImporter::ProcessSubMesh(....

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1203 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 13 年 前
コミット
861974f05c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      code/OgreImporter.hpp

+ 1 - 1
code/OgreImporter.hpp

@@ -64,7 +64,7 @@ private:
 	static void ReadBoneWeights(SubMesh &theSubMesh, XmlReader *Reader);
 	static void ReadBoneWeights(SubMesh &theSubMesh, XmlReader *Reader);
 
 
 	/// After Loading a SubMehs some work needs to be done (make all Vertexes unique, normalize weights)
 	/// After Loading a SubMehs some work needs to be done (make all Vertexes unique, normalize weights)
-	static void OgreImporter::ProcessSubMesh(SubMesh &theSubMesh, SubMesh &theSharedGeometry);
+	static void ProcessSubMesh(SubMesh &theSubMesh, SubMesh &theSharedGeometry);
 
 
 	/// Uses the bone data to convert a SubMesh into a aiMesh which will be created and returned
 	/// Uses the bone data to convert a SubMesh into a aiMesh which will be created and returned
 	aiMesh* CreateAssimpSubMesh(const SubMesh &theSubMesh, const std::vector<Bone>& Bones) const;
 	aiMesh* CreateAssimpSubMesh(const SubMesh &theSubMesh, const std::vector<Bone>& Bones) const;