mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-11 11:13:01 +00:00
fixed Joukowsky aura
This commit is contained in:
@@ -2373,6 +2373,9 @@ void drawaura() {
|
|||||||
|
|
||||||
if(joukowsky) {
|
if(joukowsky) {
|
||||||
ld c1 = c, s1 = s;
|
ld c1 = c, s1 = s;
|
||||||
|
if(inversion)
|
||||||
|
conformal::apply_orientation(s1, c1);
|
||||||
|
else
|
||||||
conformal::apply_orientation(c1, s1);
|
conformal::apply_orientation(c1, s1);
|
||||||
|
|
||||||
ld& mt = conformal::model_transition;
|
ld& mt = conformal::model_transition;
|
||||||
|
|||||||
Reference in New Issue
Block a user