This commit is contained in:
nashmuhandes 2024-09-27 23:52:20 +08:00
commit 21d99b105c

View file

@ -555,7 +555,7 @@ void RenderFrameModels(FModelRenderer *renderer, FLevelLocals *Level, const FSpr
if (animationid >= 0)
{
animation = Models[animationid];
const TArray<TRS>* animationData = animation->AttachAnimationData();
animationData = animation->AttachAnimationData();
}
if(is_decoupled)