Skip to content

Commit

Permalink
# gcc fix: Remove "OgreImporter::" prefix in OgreImporter::ProcessSub…
Browse files Browse the repository at this point in the history
…Mesh(....

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1203 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
  • Loading branch information
aramis_acg committed Mar 18, 2012
1 parent f633437 commit 861974f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/OgreImporter.hpp
Expand Up @@ -64,7 +64,7 @@ class OgreImporter : public BaseImporter
static void ReadBoneWeights(SubMesh &theSubMesh, XmlReader *Reader);

/// 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
aiMesh* CreateAssimpSubMesh(const SubMesh &theSubMesh, const std::vector<Bone>& Bones) const;
Expand Down

0 comments on commit 861974f

Please sign in to comment.