mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] One other sorting place
This commit is contained in:
@@ -863,6 +863,9 @@ namespace SabreTools.Helper.Dats
|
||||
}
|
||||
}
|
||||
|
||||
// Sort the list first
|
||||
newInputFileNames.Sort(new NaturalComparer());
|
||||
|
||||
// If we're in inverse cascade, reverse the list
|
||||
if ((diff & DiffMode.ReverseCascade) != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user