Rename EMotionFX class members to follow the m_ naming convention

Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
Chris Burel
2021-08-09 14:09:45 -07:00
parent 9afbd07a88
commit 1837d05169
649 changed files with 20161 additions and 21889 deletions
@@ -44,7 +44,7 @@ namespace EMotionFX
m_totalTime = 0;
m_actionCompletionCallback = completionCallback;
m_MenuActiveCallback = menuCallback;
m_menuActiveCallback = menuCallback;
m_timeout = timeout;
// Kick a timer off to check whether the menu is open.
@@ -84,7 +84,7 @@ namespace EMotionFX
}
// The menu is now active, inform the calling object.
m_MenuActiveCallback(menu);
m_menuActiveCallback(menu);
}
void ModalPopupHandler::CheckForPopupWidget()