mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-11 09:32:05 +00:00
made radar work in new embedded_planes, with some glitches
This commit is contained in:
+1
-1
@@ -956,7 +956,7 @@ EX void swapmatrix(hyperpoint& h) {
|
||||
EX transmatrix parabolic1(ld u) {
|
||||
if(euclid)
|
||||
return ypush(u);
|
||||
else if(geom3::hyp_in_solnih()) {
|
||||
else if(geom3::hyp_in_solnih() && !geom3::flipped) {
|
||||
return ypush(u);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user