mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-12 21:27:41 +00:00
more accurate lazy for SolNih
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user