Needed for SimGear update
This commit is contained in:
parent
62ce453136
commit
5898b8f828
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ void fgRenderFrame() {
|
|||
sstate.moon_dec = globals->get_ephem()->getMoonDeclination();
|
||||
sstate.moon_dist = 40000.0 * moon_horiz_eff;
|
||||
|
||||
thesky->reposition( sstate );
|
||||
thesky->reposition( sstate, delta_time_sec );
|
||||
}
|
||||
|
||||
glEnable( GL_DEPTH_TEST );
|
||||
|
|
Loading…
Add table
Reference in a new issue