1
0
Fork 0

Forward simulation time to osgViewer.

This commit is contained in:
Thomas Geymayer 2013-05-10 01:12:19 +02:00
parent d9881aecf8
commit 64ab1e96ee

View file

@ -318,7 +318,7 @@ int fgOSMainLoop()
if (idleFunc)
(*idleFunc)();
globals->get_renderer()->update();
viewer->frame();
viewer->frame( globals->get_sim_time_sec() );
}
return status;