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:
parent
cbf16b7966
commit
ff7b82885f
1 changed files with 1 additions and 0 deletions
|
@ -850,6 +850,7 @@ void
|
|||
View::update (double dt)
|
||||
{
|
||||
updateData();
|
||||
recalc();
|
||||
updateDampOutput(dt);
|
||||
|
||||
int i;
|
||||
|
|
Loading…
Add table
Reference in a new issue