Added return *this to operator =

This commit is contained in:
Robert Osfield
2007-05-03 14:51:02 +00:00
parent 217e8d6f35
commit 368f9b0034

View File

@@ -134,6 +134,7 @@ class OSGTERRAIN_EXPORT TerrainNode : public osg::Group
filter = rhs.filter;
layer = rhs.layer;
transferFunction = rhs.transferFunction;
return *this;
}
Filter filter;