Missed return of options

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@739 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-10-08 09:49:14 +00:00
parent 19ceb62d1e
commit 0411effc88

View File

@@ -669,6 +669,9 @@ read(std::istream& _in, BaseImporter& _bi, Options& _opt)
}
// Return, what we actually read
_opt = fileOptions;
return true;
}