]> git.mxchange.org Git - flightgear.git/commit
Avoid view-manager returning default SGGeod
authorJames Turner <zakalawe@mac.com>
Wed, 30 Dec 2015 20:27:54 +0000 (14:27 -0600)
committerJames Turner <zakalawe@mac.com>
Wed, 30 Dec 2015 20:48:01 +0000 (14:48 -0600)
commit9e4e6a6fbfcacf03eef65caf4a3ed02398a08e26
treee906ca88ca597aa74f1680ce2b55f2adfa6dcb08
parent335fda719daaab3548775d1611574b3ddc69c1ae
Avoid view-manager returning default SGGeod

- when switching views, force an update() to ensure view position
  is valid. Otherwise various subsystems such as AI traffic and the
  tile manager see a request for a 0,0 location.

- when switching to model view, we still generate a 0,0
  location initially - to be fixed.
src/Viewer/viewmgr.cxx
src/Viewer/viewmgr.hxx