Code readability improvement

This commit is contained in:
OpenSceneGraph git repository
2017-11-11 12:46:48 +00:00
committed by GitHub
parent a5f6e4b0c4
commit f59efe0bfe

View File

@@ -105,6 +105,7 @@ void AnimationManagerBase::removeRegisteredAnimation(Animation* animation)
{
unregisterAnimation(animation);
}
void AnimationManagerBase::unregisterAnimation(Animation* animation)
{
AnimationList::iterator it = std::find(_animations.begin(), _animations.end(), animation);