From d5f5cc9dcce8d09a6be0a8c7dc449fd93db39918 Mon Sep 17 00:00:00 2001 From: "Matias N. Goldberg" Date: Fri, 7 Oct 2022 11:07:15 -0300 Subject: [PATCH] Fix clang format --- OgreMain/src/OgreAnimationState.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/OgreMain/src/OgreAnimationState.cpp b/OgreMain/src/OgreAnimationState.cpp index 7578b75c09a..f5e0119af3d 100644 --- a/OgreMain/src/OgreAnimationState.cpp +++ b/OgreMain/src/OgreAnimationState.cpp @@ -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 ) :