1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-19 07:57:39 +00:00

two extra projections in RogueViz

This commit is contained in:
Zeno Rogue
2023-03-16 15:18:02 +01:00
parent eb867ecccc
commit 2370084b11
2 changed files with 59 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ bool hypot_zlev(ld zlev, ld& d, ld& df, ld& zf) {
int twopoint_sphere_flips;
bool twopoint_do_flips;
ld find_zlev(hyperpoint& H) {
EX ld find_zlev(hyperpoint& H) {
if(spatial_graphics) {
ld zlev = zlevel(H);