Allow the joystick hat to move the view, even when the sim is paused.
This commit is contained in:
parent
25c55f67bf
commit
5a01c55335
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ static void fgMainLoop( void ) {
|
||||||
globals->get_model_mgr()->update(delta_time_sec);
|
globals->get_model_mgr()->update(delta_time_sec);
|
||||||
|
|
||||||
// update the view angle as late as possible, but before sound calculations
|
// 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)
|
// Do any I/O channel work that might need to be done (must come after viewmgr)
|
||||||
globals->get_io()->update(real_delta_time_sec);
|
globals->get_io()->update(real_delta_time_sec);
|
||||||
|
|
Loading…
Reference in a new issue