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:
Matthias Möller
2014-07-25 09:13:33 +00:00
parent 5996cdf875
commit 208e753e89

View File

@@ -222,8 +222,7 @@ write(std::ostream& _out, BaseExporter& _be, Options _opt, std::streamsize _prec
// check writer features // check writer features
if ( _opt.check(Options::Binary) || // not supported by format if ( _opt.check(Options::Binary) || // not supported by format
_opt.check(Options::FaceNormal) || _opt.check(Options::FaceNormal))
_opt.check(Options::FaceColor))
return false; return false;