Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoLuis0 committed Sep 25, 2024
1 parent 8c10ac6 commit bafcf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r_data/models.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bafcf3c

Please sign in to comment.