Gems/Maestro
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -72,8 +72,8 @@ void CEventTrack::GetKeyInfo(int key, const char*& description, float& duration)
|
||||
azstrcpy(desc, m_keys[key].event.c_str());
|
||||
if (!m_keys[key].eventValue.empty())
|
||||
{
|
||||
cry_strcat(desc, ", ");
|
||||
cry_strcat(desc, m_keys[key].eventValue.c_str());
|
||||
azstrcat(desc, ", ");
|
||||
azstrcat(desc, m_keys[key].eventValue.c_str());
|
||||
}
|
||||
|
||||
description = desc;
|
||||
|
||||
Reference in New Issue
Block a user