1
0
Fork 0

Allow the joystick hat to move the view, even when the sim is paused.

This commit is contained in:
jmt 2009-09-02 14:07:43 +00:00 committed by Tim Moore
parent 25c55f67bf
commit 5a01c55335

View file

@ -482,7 +482,7 @@ static void fgMainLoop( void ) {
globals->get_model_mgr()->update(delta_time_sec);
// update the view angle as late as possible, but before sound calculations
globals->get_viewmgr()->update(delta_time_sec);
globals->get_viewmgr()->update(real_delta_time_sec);
// Do any I/O channel work that might need to be done (must come after viewmgr)
globals->get_io()->update(real_delta_time_sec);