Changed incorrect instance "TRUE" to "FALSE" to match DepthMask state.

This commit is contained in:
Robert Osfield
2003-02-27 08:43:02 +00:00
parent 4275a96d40
commit a826f5ee31

View File

@@ -76,7 +76,7 @@ bool Depth_writeLocalData(const Object& obj,Output& fw)
fw.indent() << "writeMask ";
if (depth.getWriteMask()) fw << "TRUE" << std::endl;
else fw << "TRUE" << std::endl;
else fw << "FALSE" << std::endl;
fw.indent() << "range " << depth.getZNear() << " " << depth.getZFar() << std::endl;