]> git.mxchange.org Git - flightgear.git/commitdiff
Needed for SimGear update
authorehofman <ehofman>
Thu, 31 Jul 2003 14:47:56 +0000 (14:47 +0000)
committerehofman <ehofman>
Thu, 31 Jul 2003 14:47:56 +0000 (14:47 +0000)
src/Main/main.cxx

index c1ad6e9b399e7c65aa2400ca7537c22d766f8d86..a0a2948df6be3c9d8aa8218c5151a0cdc61757a2 100644 (file)
@@ -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 );