From Tree, fixes for Java bindings

This commit is contained in:
Robert Osfield
2004-10-25 19:16:57 +00:00
parent 66836ef3d0
commit df9c7e5031
6 changed files with 22 additions and 5 deletions

View File

@@ -377,6 +377,7 @@ class OSGTERRAIN_EXPORT DataSet : public osg::Referenced
{
if (&rhs==this) return *this;
_positionStack = rhs._positionStack;
return *this;
}
bool operator == (const iterator& rhs) const