git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@97 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-04-17 14:24:18 +00:00
parent d7716799d4
commit e57f6567e1

View File

@@ -465,7 +465,7 @@ read(std::fstream& _in, BaseImporter& _bi, Options& _opt)
FaceHandle fh = _bi.add_face(vhandles);
if( !vhandles.empty() )
_bi.add_face_texcoords( fh, vhandles[0], face_texcoords );
_bi.add_face_texcoords( fh, vhandles[0], face_texcoords );
if ( !matname.empty() && materials_[matname].has_Kd() )
{