diff options
Diffstat (limited to 'src/editor.c')
-rw-r--r-- | src/editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editor.c b/src/editor.c index 73c1e5a..aa541e9 100644 --- a/src/editor.c +++ b/src/editor.c @@ -12,7 +12,7 @@ int mode = -1; void drawOverlay(Tiled tiled) { Vector2 screenPos = translateTiledScreenPosition(tiled, (Vector2){selectedTile[0], selectedTile[1]}); - + DrawRectangleLinesEx((Rectangle) { screenPos.x, screenPos.y, @@ -117,7 +117,7 @@ int main(int argc, char *argv[]) { atlasFilePath = optarg; } } - + if (optind >= argc) printUsage(argv[0]); |