fixed Joukowsky aura

This commit is contained in:
Zeno Rogue 2018-10-28 02:12:04 +01:00
parent 4846f730d6
commit df124f347e
1 changed files with 4 additions and 1 deletions

View File

@ -2373,7 +2373,10 @@ void drawaura() {
if(joukowsky) {
ld c1 = c, s1 = s;
conformal::apply_orientation(c1, s1);
if(inversion)
conformal::apply_orientation(s1, c1);
else
conformal::apply_orientation(c1, s1);
ld& mt = conformal::model_transition;
ld mt2 = 1 - mt;