]> git.mxchange.org Git - flightgear.git/commit
Fix #109: Seg faults caused by wxradar with ARC display mode (aerostar700)
authorThorstenB <brehmt@gmail.com>
Sun, 22 May 2011 09:02:15 +0000 (11:02 +0200)
committerThorstenB <brehmt@gmail.com>
Sun, 22 May 2011 09:02:15 +0000 (11:02 +0200)
commitf82caf49a3dd9c09c9493a8e767ae555f780f87c
treea853ca00d8c2ea97f11fb3e1baf5371049408685
parent2a9f87e42c5d20ab729347bd8aa4a9484159170f
Fix #109: Seg faults caused by wxradar with ARC display mode (aerostar700)
Fixes an ugly issue with OSG overwriting memory/stack. wxradar triggered
the issue in display mode "ARC" - since it configured a display mask (12
vertices) but all vertices were immediately removed again ("_vertices->clear()").
Issue is fixed, mask now working - however the mask wasn't even properly
aligned for the display (probably never worked since OSG port). The display
mask is only really required for weather display - so disabling for now.
src/Instrumentation/wxradar.cxx