STL Writer conversion fixes
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@856 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -279,7 +279,7 @@ write_stlb(const std::string& _filename, BaseExporter& _be, Options /* _opt */)
|
||||
|
||||
|
||||
// number of faces
|
||||
write_int(_be.n_faces(), out);
|
||||
write_int( int(_be.n_faces()), out);
|
||||
|
||||
|
||||
// write face set
|
||||
|
||||
Reference in New Issue
Block a user