[DatItem] Right... two places

This commit is contained in:
Matt Nadareski
2017-02-27 22:06:01 -08:00
parent c82a8bcd71
commit 1daf81845e

View File

@@ -393,7 +393,7 @@ namespace SabreTools.Helper.Dats
}
// If we've gotten here and we have a Rom, sort by CRC
if (_itemType == ItemType.Rom)
else if (_itemType == ItemType.Rom)
{
key = ((Rom)this).CRC;
datdata.BucketByCRC(false, logger, false);