Refactoring work... working on meshes

This commit is contained in:
David Williams
2007-08-31 18:14:10 +00:00
parent 579aefab58
commit 121e00861c
6 changed files with 112 additions and 61 deletions

View File

@ -45,7 +45,7 @@ namespace Ogre
bool operator==(const SurfaceVertex& rhs) const;
//bool operator < (const SurfaceVertex& rhs) const;
bool operator < (const SurfaceVertex& rhs) const;
};
}