Fix code style (pt 1)
This commit is contained in:
parent
f6b38ec582
commit
47e8851b07
@ -882,8 +882,11 @@ void BeginAnim(struct Sprite *sprite)
|
||||
if (OW_GFX_COMPRESS && sprite->sheetSpan)
|
||||
imageValue = (imageValue + 1) << sprite->sheetSpan;
|
||||
sprite->oam.tileNum = sprite->sheetTileStart + imageValue;
|
||||
} else
|
||||
}
|
||||
else
|
||||
{
|
||||
RequestSpriteFrameImageCopy(imageValue, sprite->oam.tileNum, sprite->images);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user