Commit 3c50da6f authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

Video core: Fix pixelation/blockiness in textures.

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.
parent f7c3193f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment