From ffb2d3826b405b7ddbb4f95bcbb6dcd6ed48eea9 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 6 Aug 2002 10:37:22 +0000 Subject: [PATCH] Changed the default value of _animationOn to true. --- src/osg/DOFTransform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/DOFTransform.cpp b/src/osg/DOFTransform.cpp index 81681b04a..5c7d41416 100644 --- a/src/osg/DOFTransform.cpp +++ b/src/osg/DOFTransform.cpp @@ -108,7 +108,7 @@ class DOFAnimationAppCallback : public osg::NodeCallback DOFTransform::DOFTransform(): _limitationFlags(0), - _animationOn(false), + _animationOn(true), _increasingFlags(0xffffff) { //default zero-ed Vec3-s are fine for all