we can pass in a bigger than necessary region.

This commit is contained in:
Lokathor 2022-10-13 20:36:56 -06:00
parent 8353729cbd
commit ab806bc9d6

View file

@ -63,7 +63,7 @@ extern "C" fn main() -> ! {
{
// get our tile data into memory.
Cga8x8Thick.bitunpack_4bpp(CHARBLOCK0_4BPP.as_region().sub_slice(..256), 0);
Cga8x8Thick.bitunpack_4bpp(CHARBLOCK0_4BPP.as_region(), 0);
}
{