Gems/EMotionFX

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-10 20:18:05 -07:00
parent 48652dcac7
commit 0800e95aa7
12 changed files with 26 additions and 26 deletions
@@ -122,7 +122,7 @@ namespace EMotionFX
{
}
virtual const AZStd::vector<EventTypes> GetHandledEventTypes() const
const AZStd::vector<EventTypes> GetHandledEventTypes() const override
{
return { EVENT_TYPE_ON_EVENT };
}