1
0
Fork 0

Fix a potential timing glitch.

This commit is contained in:
curt 2003-05-30 20:19:56 +00:00
parent 21b317ff21
commit 948d2bfca6

View file

@ -95,7 +95,12 @@ bool FGNativeFDM::open() {
set_enabled( true );
// initialize time stamp to something reasonably current
last_time.stamp();
// Is this really needed here ????
cur_fdm_state->_set_Sea_level_radius( SG_EQUATORIAL_RADIUS_FT );
return true;
}