Merge pull request #1084 from GriffinRichards/fix-gbagfxsegfault

Fix segfault in gbagfx
This commit is contained in:
GriffinR 2020-07-14 19:57:27 -04:00 committed by GitHub
commit 6f3c792577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ void HandleGbaToPngCommand(char *inputPath, char *outputPath, int argc, char **a
options.width = 1;
options.metatileWidth = 1;
options.metatileHeight = 1;
options.tilemapFilePath = NULL;
options.isAffineMap = false;
for (int i = 3; i < argc; i++)