remove excluding condition
Thanks to Javier Granado for the hint closes #2247 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1114 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -222,8 +222,7 @@ write(std::ostream& _out, BaseExporter& _be, Options _opt, std::streamsize _prec
|
||||
|
||||
// check writer features
|
||||
if ( _opt.check(Options::Binary) || // not supported by format
|
||||
_opt.check(Options::FaceNormal) ||
|
||||
_opt.check(Options::FaceColor))
|
||||
_opt.check(Options::FaceNormal))
|
||||
return false;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user