diff --git a/src/osgManipulator/Command.cpp b/src/osgManipulator/Command.cpp index b003fc23a..8aee4273b 100644 --- a/src/osgManipulator/Command.cpp +++ b/src/osgManipulator/Command.cpp @@ -89,7 +89,11 @@ MotionCommand* TranslateInPlaneCommand::createCommandInverse() // Scale 1D command. // -Scale1DCommand::Scale1DCommand() : _scale(1.0) +Scale1DCommand::Scale1DCommand(): + _scale(1.0), + _scaleCenter(0.0), + _referencePoint(0.0), + _minScale(0.0) { }