From: James Turner Date: Thu, 24 Mar 2016 12:26:16 +0000 (+0000) Subject: Fix for view look-at orientation bugs. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ff7b82885fbf924d16f5acb4066a12b63e0c898b;p=flightgear.git Fix for view look-at orientation bugs. Force a manual re-calc of view parameters inside update. Will refactor this in the future since shouldn’t really be necessary. Ticket: https://sourceforge.net/p/flightgear/codetickets/1855/ --- diff --git a/src/Viewer/view.cxx b/src/Viewer/view.cxx index dbdc11f2c..7cb3a1f6b 100644 --- a/src/Viewer/view.cxx +++ b/src/Viewer/view.cxx @@ -850,6 +850,7 @@ void View::update (double dt) { updateData(); + recalc(); updateDampOutput(dt); int i;