mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatTools] Fix cascaded diff as well
This commit is contained in:
@@ -2308,6 +2308,7 @@ namespace SabreTools.Helper
|
|||||||
diffData.Name += post;
|
diffData.Name += post;
|
||||||
diffData.Description += post;
|
diffData.Description += post;
|
||||||
}
|
}
|
||||||
|
diffData.Files = new Dictionary<string, List<Rom>>();
|
||||||
outDats.Add(diffData);
|
outDats.Add(diffData);
|
||||||
}
|
}
|
||||||
logger.User("Initializing complete in " + DateTime.Now.Subtract(start).ToString(@"hh\:mm\:ss\.fffff"));
|
logger.User("Initializing complete in " + DateTime.Now.Subtract(start).ToString(@"hh\:mm\:ss\.fffff"));
|
||||||
|
|||||||
Reference in New Issue
Block a user