Skip to content

Commit

Permalink
fixed scaling key
Browse files Browse the repository at this point in the history
  • Loading branch information
iskolbin committed Mar 14, 2023
1 parent ac5b90a commit e741b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ int main(int argc, char *argv[]) {
IA_INT("--extrude", "-e", ctx.extrude)
IA_INT("--max-width", "-w", ctx.maxWidth)
IA_INT("--max-height", "-h", ctx.maxHeight)
IA_STR("--scale", "-s", scale)
IA_STR("--scale", "-x", scale)
IA_STR("--color", "-c", format_data)
IA_FLAG("--unique", "-u", ctx.unique)
IA_FLAG("--force-pot", "-2", ctx.forcePOT)
Expand Down

0 comments on commit e741b8f

Please sign in to comment.