mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 09:13:02 +00:00
pointing-to-directions now checks for the cell which is the most towards the given direction
This commit is contained in:
@@ -1118,6 +1118,6 @@ hyperpoint lp_apply(const hyperpoint h) {
|
||||
return nisot::local_perspective_used() ? nisot::local_perspective * h : h;
|
||||
}
|
||||
|
||||
EX hyperpoint smalltangent() { return xtangent((sphere || hybri) ?.5 : 1); }
|
||||
EX hyperpoint smalltangent() { return xtangent(.1); }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user