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

Fix skeleton parent when a binary bone is imported

This commit is contained in:
KillzXGaming 2019-08-17 16:11:55 -04:00
parent c1d30f40fc
commit 87d9f002e1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -436,7 +436,7 @@ namespace Bfres.Structs
if (extension == ".bfbon")
{
BfresBone bn = new BfresBone();
BfresBone bn = new BfresBone(fskl);
if (SkeletonU != null)
{