coding style fix

This commit is contained in:
OpenSceneGraph git repository 2017-11-11 12:24:27 +00:00 committed by GitHub
parent 826c139ef3
commit 4753b8b2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)