1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

changing the conformal model automatically resets scale/projection

This commit is contained in:
Zeno Rogue 2017-11-13 11:33:04 +01:00
parent 5f4c773581
commit c27eccce4a

View File

@ -645,6 +645,7 @@ namespace conformal {
}
}
polygonal::solve();
vid.alpha = 1; vid.scale = 1;
/* if(pmodel && vid.usingGL) {
addMessage(XLAT("openGL mode disabled"));
vid.usingGL = false;