1
0
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:
Zeno Rogue
2019-08-24 19:03:42 +02:00
parent 96d7496043
commit 50052f27f5
3 changed files with 9 additions and 6 deletions

View File

@@ -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); }
}