]> git.mxchange.org Git - flightgear.git/commit
Fix viewer issue with Tower and Chase View.
authorThorstenB <brehmt@gmail.com>
Sun, 30 Jan 2011 16:35:07 +0000 (17:35 +0100)
committerThorstenB <brehmt@gmail.com>
Sun, 30 Jan 2011 16:35:07 +0000 (17:35 +0100)
commit91d001ff4ebf78205fd83b2342b1003fb3e35411
treeca499908d69dec7e10ad8d51a036a4daf8e24b05
parent32b69f823abd9d9adf99c2cf9aa6bf98f5f780bb
Fix viewer issue with Tower and Chase View.
When looking _at_ a model with an x,y offset of 0,
then the view heading has no effect. So, force heading offset property
to 0 to keep other property consumers from running incorrect calculations.
=> Trying to rotate the heading offset in Tower/Chase view no longer
rotates the blue sky around the aircraft, though the viewer itself
isn't rotating anything.
src/Main/viewer.cxx