From 4846f730d6d2676a50be900fbb202bade3c65ab6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 26 Oct 2018 21:06:51 +0200 Subject: [PATCH] Joukowsky and inverted Joukowsky are now actually selectable in the menu --- conformal.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conformal.cpp b/conformal.cpp index 3b392012..31c050b3 100644 --- a/conformal.cpp +++ b/conformal.cpp @@ -713,6 +713,10 @@ namespace conformal { pmodel = eModel(13); else if(uni == '%') pmodel = eModel(14); + else if(uni == '^') + pmodel = eModel(15); + else if(uni == '&') + pmodel = eModel(16); else if(uni == '6') vid.alpha = 1, vid.scale = 1; else if(uni == 'z')