mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-06-11 13:43:36 +08:00
Peds no longer sharing skeletons, Cutscene object AnimHash conflict resolution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user