Fix a potential timing glitch.
This commit is contained in:
parent
21b317ff21
commit
948d2bfca6
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue