Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Oct 7, 2022
1 parent 48073b9 commit d5f5cc9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions OgreMain/src/OgreAnimationState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ namespace Ogre
mParent->_notifyDirty();
}
//---------------------------------------------------------------------
AnimationState::~AnimationState()
{
destroyBlendMask();
}
AnimationState::~AnimationState() { destroyBlendMask(); }
//---------------------------------------------------------------------
AnimationState::AnimationState( const String &animName, AnimationStateSet *parent, Real timePos,
Real length, Real weight, bool enabled ) :
Expand Down

0 comments on commit d5f5cc9

Please sign in to comment.