mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Slight rename of CloneFormatting
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user