Renamed DrawableUpdate/Event/Cull callbacks to use new include/osg/Callback versions
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
const std::string IMAGE_PATH = "osgWidget/";
|
||||
|
||||
template <class T>
|
||||
struct Sampler: public osg::Drawable::UpdateCallback
|
||||
struct Sampler: public osg::DrawableUpdateCallback
|
||||
{
|
||||
T _motion;
|
||||
Sampler() {
|
||||
|
||||
Reference in New Issue
Block a user