Frederic Bouvier:

The Beaver triggered a problem ( uninitialized variable ). Here is the updated
code.
This commit is contained in:
curt
2005-01-24 21:46:12 +00:00
parent 867571af78
commit f06036be09

View File

@@ -407,6 +407,7 @@ SGSpinAnimation::SGSpinAnimation( SGPropertyNode *prop_root,
}
}
//_position_deg(props->getDoubleValue("starting-position-deg", 0)),
_position_deg = 0.0;
_position_deg_min = 0.0;
_position_deg_max = 0.0;
SGPropertyNode_ptr position_deg_n = props->getNode( "starting-position-deg" );