mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
fix ori() setting in multi::two_focus
This commit is contained in:
@@ -2227,7 +2227,7 @@ EX void centerpc(ld aspd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(set_multi && multi::two_focus) {
|
if(set_multi && multi::two_focus) {
|
||||||
pconf.mori() = spin( atan2(multi_point) );
|
pconf.mori() = spin( -atan2(multi_point) );
|
||||||
auto& d = pconf.twopoint_param;
|
auto& d = pconf.twopoint_param;
|
||||||
d = hdist0(multi_point);
|
d = hdist0(multi_point);
|
||||||
if(among(pmodel, mdJoukowsky, mdJoukowskyInverted)) {
|
if(among(pmodel, mdJoukowsky, mdJoukowskyInverted)) {
|
||||||
|
Reference in New Issue
Block a user