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

Update filter for smd

This commit is contained in:
KillzXGaming 2019-05-26 11:07:26 -04:00
parent 8fc4ae525e
commit d73c607f15
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -22,7 +22,7 @@ namespace FirstPlugin
public static string FMAT = GetFilter(".bfmat");
public static string FSKA_EXPORT = GetFilter(".bfska", ".anim", ".seanim", ".smd", ".chr0");
public static string FSKA_REPLACE = GetFilter(".bfska",".anim", ".chr0");
public static string FSKA_REPLACE = GetFilter(".bfska",".anim", ".smd", ".chr0");
public static string FMAA = GetFilter(".bfmaa", ".gif");