1
0
mirror of synced 2024-11-12 10:10:50 +01: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 else
{ {
Skeleton = new Skeleton();
Skeleton.Import(ofd.FileName);
Skeleton SkeltonTemp = new Skeleton(); Skeleton SkeltonTemp = new Skeleton();
SkeltonTemp.Import(ofd.FileName); SkeltonTemp.Import(ofd.FileName);