Work around for OSX errors when reading .ive files.
This commit is contained in:
@@ -49,7 +49,7 @@ using namespace ive;
|
||||
|
||||
DataOutputStream::DataOutputStream(std::ostream * ostream)
|
||||
{
|
||||
_verboseOutput = true;
|
||||
_verboseOutput = false;
|
||||
|
||||
_includeImageData= true;
|
||||
_ostream = ostream;
|
||||
|
||||
Reference in New Issue
Block a user