End of line

This commit is contained in:
Eduardo Quezada 2024-05-16 17:32:02 -04:00
parent 6eba5bcb80
commit 5b734d420b

View file

@ -1752,4 +1752,4 @@ static const u8 sSpanPerImage[4][4] =
// i.e, a 32x32 sprite has span 4, because 1 << 4 == 16 == 4x4 tiles
u32 GetSpanPerImage(u32 shape, u32 size) {
return sSpanPerImage[shape][size];
}
}