mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +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;
|
||||
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user