1
0
mirror of synced 2025-01-19 01:14:08 +01:00

Another fix for animation filter

This commit is contained in:
KillzXGaming 2019-05-25 13:05:45 -04:00
parent 7e16f21975
commit 4ea7110ebd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -104,7 +104,7 @@ namespace Bfres.Structs
((BFRES)Parent.Parent.Parent).LoadEditors(this);
}
public override string ExportFilter => FileFilters.GetFilter(typeof(FSKA), true);
public override string ExportFilter => FileFilters.GetFilter(typeof(FSKA),null, true);
public override string ReplaceFilter => FileFilters.GetFilter(typeof(FSKA));
public override void Export(string FileName)