mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-26 07:22:53 +00:00
This was caused during morton decoding by me not masking the bits of each coordinate before merging them, so the bits from x could set bits in y if it was >255.