Renamed the app method update.

This commit is contained in:
Robert Osfield
2002-12-20 09:43:15 +00:00
parent f501aa913b
commit 20a0cc5445

View File

@@ -215,7 +215,7 @@ class MyGeometryCallback :
_yAxis(y),
_zAxis(z) {}
virtual void app(osg::NodeVisitor* nv,osg::Drawable* drawable)
virtual void update(osg::NodeVisitor* nv,osg::Drawable* drawable)
{
const osg::FrameStamp* fs = nv->getFrameStamp();
double referenceTime = fs->getReferenceTime();