Merge branch 'master' of https://github.com/ZDoom/gzdoom
This commit is contained in:
commit
21d99b105c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue