From 47e07244b912e56891ea2f6f3e749f958a0cdcf2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 18 Sep 2008 13:54:22 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osg/AnimationPath.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgWrappers/osg/AnimationPath.cpp b/src/osgWrappers/osg/AnimationPath.cpp index 9bcf795ac..d4ed0d95a 100644 --- a/src/osgWrappers/osg/AnimationPath.cpp +++ b/src/osgWrappers/osg/AnimationPath.cpp @@ -372,7 +372,7 @@ BEGIN_OBJECT_REFLECTOR(osg::AnimationPathCallback) "", ""); I_Method0(void, reset, - Properties::NON_VIRTUAL, + Properties::VIRTUAL, __void__reset, "", ""); @@ -387,7 +387,7 @@ BEGIN_OBJECT_REFLECTOR(osg::AnimationPathCallback) "", ""); I_Method0(double, getAnimationTime, - Properties::NON_VIRTUAL, + Properties::VIRTUAL, __double__getAnimationTime, "Get the animation time that is used to specify the position along the AnimationPath. ", "Animation time is computed from the formula: ((_latestTime-_firstTime)-_timeOffset)*_timeMultiplier. ");