This commit is contained in:
Ricardo Luís Vaz Silva 2024-09-25 18:56:50 -03:00
parent 8c10ac6f38
commit 326480cb31

View file

@ -538,7 +538,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)