diff options
Diffstat (limited to 'tools/gbagfx/gfx.h')
-rw-r--r-- | tools/gbagfx/gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gbagfx/gfx.h b/tools/gbagfx/gfx.h index 473640d44..ecd436652 100644 --- a/tools/gbagfx/gfx.h +++ b/tools/gbagfx/gfx.h @@ -24,7 +24,7 @@ struct Image { unsigned char *pixels; bool hasPalette; struct Palette palette; - bool isObject; + bool hasTransparency; }; void ReadImage(char *path, int tilesWidth, int bitDepth, struct Image *image, bool invertColors); |