some more fixes

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-09 11:50:13 -07:00
parent 860b28c10b
commit d836503814
19 changed files with 52 additions and 52 deletions
@@ -115,7 +115,7 @@ namespace EMotionFX
public:
AZ_CLASS_ALLOCATOR(EMotionFXEventHandler, EMotionFXAllocator, 0);
const AZStd::vector<EventTypes> GetHandledEventTypes() const
const AZStd::vector<EventTypes> GetHandledEventTypes() const override
{
return {
EVENT_TYPE_ON_EVENT,