End of line
This commit is contained in:
parent
6eba5bcb80
commit
5b734d420b
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue