Fixed warning
This commit is contained in:
parent
304214e0df
commit
75d1de3d15
@ -57,7 +57,9 @@ osg::Geometry* createEaseMotionGeometry(osgAnimation::Motion* motion) {
|
||||
return geom;
|
||||
}
|
||||
|
||||
struct EaseMotionSampler: public osg::NodeCallback {
|
||||
class EaseMotionSampler: public osg::NodeCallback
|
||||
{
|
||||
public:
|
||||
float _previous;
|
||||
osg::Vec3 _pos;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user