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
diff options
context:
space:
mode:
Diffstat (limited to 'NesTiler/Program.cs')
-rw-r--r--NesTiler/Program.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/NesTiler/Program.cs b/NesTiler/Program.cs
index 7a11d92..09e6519 100644
--- a/NesTiler/Program.cs
+++ b/NesTiler/Program.cs
@@ -77,7 +77,7 @@ namespace com.clusterrr.Famicom.NesTiler
int tileID = 0;
// Loading and parsing palette JSON
- var nesColors = new ColorsFinder(c.ColorsFile);
+ var nesColors = new ColorFinder(c.ColorsFile);
// CSV output
var outTilesCsvLines = !string.IsNullOrEmpty(c.OutTilesCsv) ? new List<string>() : null;
@@ -625,6 +625,7 @@ namespace com.clusterrr.Famicom.NesTiler
}
}
}
+
if (!grouped) break; // Nothing changed, stop iterations
}