Code readability improvement
This commit is contained in:
parent
a5f6e4b0c4
commit
f59efe0bfe
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user