Slight rename of CloneFormatting

This commit is contained in:
Matt Nadareski
2025-01-29 22:52:22 -05:00
parent 14bb6fd87d
commit c565f1dc41
2 changed files with 4 additions and 3 deletions

View File

@@ -165,11 +165,12 @@ namespace SabreTools.DatFiles
}
/// <summary>
/// Clone the filtering parts of the current header
/// Clone just the format from the current header
/// </summary>
public DatHeader CloneFiltering()
public DatHeader CloneFormat()
{
var header = new DatHeader();
header.SetFieldValue<DatFormat>(DatHeader.DatFormatKey,
GetFieldValue<DatFormat>(DatHeader.DatFormatKey));