diff --git a/src/osgPlugins/osg/Depth.cpp b/src/osgPlugins/osg/Depth.cpp index 3fa441a63..392099413 100644 --- a/src/osgPlugins/osg/Depth.cpp +++ b/src/osgPlugins/osg/Depth.cpp @@ -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;