diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-29 15:28:59 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-29 15:28:59 -0400 |
commit | a35ab0d0232a8fc54f12ed618c9a0f94fd1a9c6d (patch) | |
tree | 69d173e234bbf5adb27e1128aa4d80245e85bbd8 | |
parent | 46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff) |
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++) |