Added in default value of _timeScale.
This commit is contained in:
@@ -14,6 +14,8 @@ AnimationPathManipulator::AnimationPathManipulator( const std::string& filename
|
||||
{
|
||||
_animationPath = osgNew osg::AnimationPath;
|
||||
_animationPath->setLoopMode(osg::AnimationPath::LOOP);
|
||||
_timeOffset = 0.0f;
|
||||
_timeScale = 1.0f;
|
||||
|
||||
FILE *fp = fopen( filename.c_str(), "r" );
|
||||
if( fp == NULL )
|
||||
|
||||
Reference in New Issue
Block a user