Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ZDoom/gzdoom
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Sep 27, 2024
2 parents 5647985 + 326480c commit 21d99b1
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 @@ -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)
Expand Down

0 comments on commit 21d99b1

Please sign in to comment.