Gems/EMotionFX
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -62,14 +62,14 @@ namespace EMotionFX
|
||||
m_motionNodeAnimGraph->InitAfterLoading();
|
||||
}
|
||||
|
||||
void SetUp()
|
||||
void SetUp() override
|
||||
{
|
||||
AnimGraphFixture::SetUp();
|
||||
m_animGraphInstance->Destroy();
|
||||
m_animGraphInstance = m_motionNodeAnimGraph->GetAnimGraphInstance(m_actorInstance, m_motionSet);
|
||||
}
|
||||
|
||||
void TearDown()
|
||||
void TearDown() override
|
||||
{
|
||||
AnimGraphFixture::TearDown();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user