mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
Fix typo
This commit is contained in:
parent
8c10ac6f38
commit
326480cb31
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ void RenderFrameModels(FModelRenderer *renderer, FLevelLocals *Level, const FSpr
|
||||||
if (animationid >= 0)
|
if (animationid >= 0)
|
||||||
{
|
{
|
||||||
animation = Models[animationid];
|
animation = Models[animationid];
|
||||||
const TArray<TRS>* animationData = animation->AttachAnimationData();
|
animationData = animation->AttachAnimationData();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(is_decoupled)
|
if(is_decoupled)
|
||||||
|
|
Loading…
Reference in a new issue