From 20a0cc5445310ed79d455145618419565bbbe0fa Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 20 Dec 2002 09:43:15 +0000 Subject: [PATCH] Renamed the app method update. --- src/Demos/osgpbuffer/osgpbuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Demos/osgpbuffer/osgpbuffer.cpp b/src/Demos/osgpbuffer/osgpbuffer.cpp index 3ad7a68c2..b96b13159 100644 --- a/src/Demos/osgpbuffer/osgpbuffer.cpp +++ b/src/Demos/osgpbuffer/osgpbuffer.cpp @@ -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();