mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
gp:: fixed the non-3D display of rock formations
This commit is contained in:
parent
097be66f65
commit
6ca99e347f
@ -353,8 +353,8 @@ namespace gp {
|
||||
hyperpoint center = hpxy(0,0);
|
||||
|
||||
for(int c=0; c<cor; c++) {
|
||||
hyperpoint nlcorner = get_corner_position(li, d+c+sidir+siid+1, 3);
|
||||
hyperpoint nrcorner = get_corner_position(li, d+c+sidir+siid+2, 3);
|
||||
hyperpoint nlcorner = get_corner_position(li, d+c+sidir+siid+1, 3 / fsh.scale);
|
||||
hyperpoint nrcorner = get_corner_position(li, d+c+sidir+siid+2, 3 / fsh.scale);
|
||||
|
||||
cellwalker cw(c0, c);
|
||||
cw += d+sidir+siid+1;
|
||||
|
Loading…
Reference in New Issue
Block a user