coding style fix
This commit is contained in:
parent
826c139ef3
commit
4753b8b2b9
@ -101,7 +101,8 @@ void AnimationManagerBase::registerAnimation (Animation* animation)
|
||||
buildTargetReference();
|
||||
}
|
||||
|
||||
void AnimationManagerBase::removeRegisteredAnimation(Animation* animation){
|
||||
void AnimationManagerBase::removeRegisteredAnimation(Animation* animation)
|
||||
{
|
||||
unregisterAnimation(animation);
|
||||
}
|
||||
void AnimationManagerBase::unregisterAnimation(Animation* animation)
|
||||
|
Loading…
Reference in New Issue
Block a user