1
0
mirror of synced 2024-09-24 19:48:21 +02:00

Quick fix for skeleton match replacing

This commit is contained in:
KillzXGaming 2019-04-23 18:20:10 -04:00
parent 8c48f3514f
commit 5d67af4301
4 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@ -108,9 +108,6 @@ namespace Bfres.Structs
}
else
{
Skeleton = new Skeleton();
Skeleton.Import(ofd.FileName);
Skeleton SkeltonTemp = new Skeleton();
SkeltonTemp.Import(ofd.FileName);