diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-28 17:46:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 17:46:17 -0400 |
commit | e06de33cbdab8ca853bcdd1b4c8909a61aabfcef (patch) | |
tree | d8fc5465a98e738792297ab08ba7216b18696fec /tools | |
parent | 4a42e2a710ee550c88a56e48f436b88279337eea (diff) | |
parent | 96b904bf808805daa3de09080e10cc92e24c1f8e (diff) |
Merge branch 'master' into doc-overworld
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gbagfx/gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gbagfx/gfx.c b/tools/gbagfx/gfx.c index 8d959465f..4e85953fd 100644 --- a/tools/gbagfx/gfx.c +++ b/tools/gbagfx/gfx.c @@ -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: |