From a6541a27bfe1662ad6c7c9ec7ef17b4bdaebe951 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 20 Feb 2004 20:47:35 +0000 Subject: [PATCH] Added missing _pause(false) into AnimationPathCallback default contructor. --- include/osg/AnimationPath | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osg/AnimationPath b/include/osg/AnimationPath index 0cbed58e8..62cf68529 100644 --- a/include/osg/AnimationPath +++ b/include/osg/AnimationPath @@ -192,6 +192,7 @@ class SG_EXPORT AnimationPathCallback : public NodeCallback _timeMultiplier(1.0), _firstTime(DBL_MAX), _latestTime(0.0), + _pause(false), _pauseTime(0.0) {} AnimationPathCallback(const AnimationPathCallback& apc,const CopyOp& copyop):