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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user