Gems/LytShine

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-02 17:55:08 -07:00
parent 061cb98f74
commit 58f1cb9b6c
41 changed files with 161 additions and 155 deletions
@@ -80,10 +80,10 @@ void CUiAnimSequence::SetName(const char* name)
return; // should never happen, null pointer guard
}
string originalName = GetName();
AZStd::string originalName = GetName();
m_name = name;
m_pUiAnimationSystem->OnSequenceRenamed(originalName, m_name.c_str());
m_pUiAnimationSystem->OnSequenceRenamed(originalName.c_str(), m_name.c_str());
if (GetOwner())
{