Renamed DrawableUpdate/Event/Cull callbacks to use new include/osg/Callback versions
This commit is contained in:
@@ -137,7 +137,7 @@ namespace osgAnimation
|
||||
bool link(osgAnimation::Channel* channel);
|
||||
};
|
||||
|
||||
struct UpdateMorphGeometry : public osg::Drawable::UpdateCallback
|
||||
struct UpdateMorphGeometry : public osg::DrawableUpdateCallback
|
||||
{
|
||||
UpdateMorphGeometry() {}
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ namespace osgAnimation
|
||||
};
|
||||
|
||||
|
||||
struct UpdateRigGeometry : public osg::Drawable::UpdateCallback
|
||||
struct UpdateRigGeometry : public osg::DrawableUpdateCallback
|
||||
{
|
||||
UpdateRigGeometry() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user