mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-25 12:12:48 +00:00
rem
This commit is contained in:
parent
c3edbc0247
commit
7687381e75
@ -328,7 +328,6 @@ namespace geom3 {
|
|||||||
else {
|
else {
|
||||||
INFDEEP = (euclid || sphere) ? 0.01 : lev_to_projection(0) * tanh(camera);
|
INFDEEP = (euclid || sphere) ? 0.01 : lev_to_projection(0) * tanh(camera);
|
||||||
ld wh = actual_wall_height();
|
ld wh = actual_wall_height();
|
||||||
if(DIM == 3) wh = 0.5;
|
|
||||||
WALL = lev_to_factor(wh);
|
WALL = lev_to_factor(wh);
|
||||||
|
|
||||||
human_height = human_wall_ratio * wh;
|
human_height = human_wall_ratio * wh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user