Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-15 22:34:58 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-15 22:34:58 +0300
commit6b20264f0d07295448a96256f3cdaf1da5478879 (patch)
tree4e5b60442710880e2fa65cd9ed0ac364436e4ea6 /Tests
parent3e60c3852f40c9e61682cc5d7e080a11d09ec615 (diff)
Engrish fix, new image
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Program.cs b/Tests/Program.cs
index 81a87af..d953adb 100644
--- a/Tests/Program.cs
+++ b/Tests/Program.cs
@@ -200,7 +200,7 @@ namespace com.clusterrr.Famicom.NesTiler.Benchmarks
"--out-palette-2", PalettePath(prefix, 2),
"--out-palette-3", PalettePath(prefix, 3),
"--bg-color", bgColor,
- "--share-pattern-tables"
+ "--share-pattern-table"
};
var r = Program.Main(args);
if (r != 0) throw new InvalidOperationException($"Return code: {r}");