semicolon

This commit is contained in:
PokeCodec
2020-07-27 19:17:34 -04:00
parent 462e3bc0cb
commit 37957b2d15
7 changed files with 7 additions and 7 deletions

View File

@@ -282,7 +282,7 @@ static void HflipTile(unsigned char * tile, int bitDepth)
for (i = 0; i < 8; i++)
{
SWAP_NYBBLES(&tile[4 * i + 0], &tile[4 * i + 3]);
SWAP_NYBBLES(&tile[4 * i + 1], &tile[4 * i + 2]);;
SWAP_NYBBLES(&tile[4 * i + 1], &tile[4 * i + 2]);
}
break;
case 8: