diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-14 19:57:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 19:57:27 -0400 |
commit | 6f3c7925775bedb2195c9be03ab38a3fcee23836 (patch) | |
tree | 64a9fcd2f0d17051579c4eb618d823a0a8cde8a9 | |
parent | a583dfcc42c481caf345a683d0747264aa92421e (diff) | |
parent | a35ab0d0232a8fc54f12ed618c9a0f94fd1a9c6d (diff) |
Merge pull request #1084 from GriffinRichards/fix-gbagfxsegfault
Fix segfault in gbagfx
-rw-r--r-- | tools/gbagfx/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gbagfx/main.c b/tools/gbagfx/main.c index 61e93ea45..cf3031696 100644 --- a/tools/gbagfx/main.c +++ b/tools/gbagfx/main.c @@ -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++) |