Flatten merge and make consistent across implementations

This commit is contained in:
Matt Nadareski
2025-01-07 14:55:56 -05:00
parent 9cdd108f74
commit 15ac732877
7 changed files with 109 additions and 202 deletions

View File

@@ -207,9 +207,6 @@ namespace SabreTools.DatItems.Formats
if (_sha256.IsNullOrEmpty() && !other._sha256.IsNullOrEmpty())
_sha256 = other._sha256;
ConditionalUpdateSource(other);
ConditionalUpdateMachine(other);
}
/// <summary>