diff --git a/simgear/scene/model/animation.cxx b/simgear/scene/model/animation.cxx index 5e3ed63f..f6b12e6e 100644 --- a/simgear/scene/model/animation.cxx +++ b/simgear/scene/model/animation.cxx @@ -923,7 +923,7 @@ SGScaleAnimation::SGScaleAnimation(const SGPropertyNode* configNode, _condition = getCondition(); // default offset/factor for all directions - double offset = configNode->getDoubleValue("offset", 1); + double offset = configNode->getDoubleValue("offset", 0); double factor = configNode->getDoubleValue("factor", 1); std::string inputPropertyName;