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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/NesTiler/Program.cs b/NesTiler/Program.cs
index a05e68e..1ec2578 100644
--- a/NesTiler/Program.cs
+++ b/NesTiler/Program.cs
@@ -99,7 +99,7 @@ namespace com.clusterrr.Famicom.NesTiler
var colorsInPalette = c.FixedPalettes[i]!.ToArray();
for (int j = 0; j < colorsInPalette.Length; j++)
colorsInPalette[j] = nesColors.FindSimilarColor(colorsInPalette[j]);
- c.FixedPalettes[i] = new Palette(colorsInPalette);
+ c.FixedPalettes[i] = new Palette(colorsInPalette, nosort: true);
}
// Loading images