Changed the default value of _animationOn to true.
This commit is contained in:
@@ -108,7 +108,7 @@ class DOFAnimationAppCallback : public osg::NodeCallback
|
|||||||
|
|
||||||
DOFTransform::DOFTransform():
|
DOFTransform::DOFTransform():
|
||||||
_limitationFlags(0),
|
_limitationFlags(0),
|
||||||
_animationOn(false),
|
_animationOn(true),
|
||||||
_increasingFlags(0xffffff)
|
_increasingFlags(0xffffff)
|
||||||
{
|
{
|
||||||
//default zero-ed Vec3-s are fine for all
|
//default zero-ed Vec3-s are fine for all
|
||||||
|
|||||||
Reference in New Issue
Block a user