mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-25 16:37:00 +00:00
more accurate lazy for SolNih
This commit is contained in:
parent
8f99715f0d
commit
ce441eb4bc
@ -104,7 +104,7 @@ EX namespace sn {
|
|||||||
hyperpoint res;
|
hyperpoint res;
|
||||||
|
|
||||||
if(lazy) {
|
if(lazy) {
|
||||||
return decompress(get_int(int(ix), int(iy), int(iz)));
|
return decompress(get_int(int(ix+.5), int(iy+.5), int(iz+.5)));
|
||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user