fixed anim bug

This commit is contained in:
aap
2019-06-17 23:31:00 +02:00
parent 50122c2d0f
commit ad12240586
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ CAnimBlendAssociation::AllocateAnimBlendNodeArray(int n)
void
CAnimBlendAssociation::FreeAnimBlendNodeArray(void)
{
ASSERT( nodes != NULL );
assert(nodes != nil);
RwFreeAlign(nodes);
}