Update content_cao.cpp

This commit is contained in:
Andrey K 2016-06-10 15:57:17 +04:00 committed by GitHub
parent f66d8367bd
commit aa8b64cb2d
1 changed files with 1 additions and 1 deletions

View File

@ -1489,7 +1489,7 @@ void GenericCAO::updateAnimation()
{
if(m_animated_meshnode == NULL)
return;
if (m_animated_meshnode->getStartFrame() != m_animation_range.X ||
m_animated_meshnode->getEndFrame() != m_animation_range.Y)
{