[Style] Implement CompareNumeric again, not external this time

This commit is contained in:
Matt Nadareski
2016-10-28 12:24:17 -07:00
parent a29b3171db
commit 5ba600782b
4 changed files with 70 additions and 11 deletions

View File

@@ -5757,7 +5757,7 @@ namespace SabreTools.Helper.Dats
// Get a properly sorted set of keys
List<string> keys = Files.Keys.ToList();
keys.Sort(new NaturalComparer());
keys.Sort(Style.CompareNumeric);
foreach (string key in keys)
{