* fixed OBJ reader

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@193 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Martin Habbecke
2009-08-31 07:35:20 +00:00
parent 832b47ec0a
commit fb589df009

View File

@@ -155,6 +155,7 @@ read_material(std::fstream& _in)
int textureId = 1;
materials_.clear();
mat.cleanup();
while( _in && !_in.eof() )