1
0
Fork 0

Merge commit 'refs/merge-requests/1577' of git://gitorious.org/fg/flightgear into yasimfixes

This commit is contained in:
Torsten Dreyer 2014-04-04 08:57:05 +02:00
commit 5ba36b282f

View file

@ -281,7 +281,7 @@ float Surface::stallFunc(float* v)
return 1;
if(i == 0)
stallAlpha += _slatAlpha;
stallAlpha += _slatPos * _slatAlpha;
// Beyond the stall
if(alpha > stallAlpha+_widths[i])