1
0
Fork 0

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/
This commit is contained in:
James Turner 2016-03-24 12:26:16 +00:00
parent cbf16b7966
commit ff7b82885f

View file

@ -850,6 +850,7 @@ void
View::update (double dt)
{
updateData();
recalc();
updateDampOutput(dt);
int i;