1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 18:29:59 +00:00

more accurate lazy for SolNih

This commit is contained in:
Zeno Rogue 2020-04-12 20:34:16 +02:00
parent 8f99715f0d
commit ce441eb4bc

View File

@ -104,7 +104,7 @@ EX namespace sn {
hyperpoint res;
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 {