Merge commit 'refs/merge-requests/1577' of git://gitorious.org/fg/flightgear into yasimfixes
This commit is contained in:
commit
5ba36b282f
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue