From 5a01c55335e5e3b8ca1ff9cff62648250a921e7f Mon Sep 17 00:00:00 2001 From: jmt Date: Wed, 2 Sep 2009 14:07:43 +0000 Subject: [PATCH] Allow the joystick hat to move the view, even when the sim is paused. --- src/Main/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 2a453c9e8..8c64afae1 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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); -- 2.39.5