Jim Wilson writes
> 
> Well I'm not sure exactly what the problem is. 

Hi Jim.

You just need to add the call to fgUpdateLocalTime()
as below

Cheers

Norman

// $FG_SRC / Time / tmp.cxx

// update sky and lighting parameters
void fgUpdateSkyAndLightingParams() {
        fgUpdateLocalTime();
    fgUpdateSunPos();
    fgUpdateMoonPos();
    cur_light_params.Update();
}


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to