Fixed 2 more warnings

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@944 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-08-21 12:03:51 +00:00
parent 5822351444
commit f37ee2d46b
3 changed files with 6 additions and 8 deletions

View File

@@ -296,7 +296,7 @@ write(std::ostream& _out, BaseExporter& _be, Options _opt, std::streamsize _prec
// if we are ina a new material block, specify in the file which material to use
if(lastMat != material) {
_out << "usemtl mat" << material << std::endl;
lastMat = material;
lastMat = material;
}
}