1
0
Fork 0

fix assertion in sunsolver.cxx with --timeofday=xx

This commit is contained in:
Torsten Dreyer 2010-06-26 21:58:45 +02:00
parent 2e6d7e111a
commit 4466729987

View file

@ -620,6 +620,7 @@ static void fgIdleFunction ( void ) {
Ephemeris* eph = new Ephemeris;
globals->add_subsystem("ephmeris", eph);
eph->init(); // FIXME - remove this once SGSky code below is also a subsystem
eph->bind();
// TODO: move to environment mgr
thesky = new SGSky;