Peds no longer sharing skeletons, Cutscene object AnimHash conflict resolution

This commit is contained in:
dexy
2019-11-26 17:00:41 +11:00
Unverified
parent 17dcdd88a1
commit 91873ea87a
7 changed files with 215 additions and 71 deletions
+1 -1
View File
@@ -2785,7 +2785,7 @@ namespace CodeWalker.Rendering
ac.EnableRootMotion = ped.EnableRootMotion;
}
var skel = ped.Yft?.Fragment?.Drawable?.Skeleton;
var skel = ped.Skeleton;
if (skel != null)
{
if (drawable.Skeleton == null)