Removed the osg:: from the front of the Group::computeBound() method to keep

things compiling under Windows.
This commit is contained in:
Robert Osfield
2002-12-18 10:17:52 +00:00
parent 677764bed9
commit 30a665288e

View File

@@ -171,7 +171,7 @@ bool TerrapageNode::computeBound() const
}
else
{
return osg::Group::computeBound();
return Group::computeBound();
}
}