Merge pull request #7730 from aws-lumberyard-dev/scripting/script_events

Fixed Script Event registration going to the incorrect Behavior Context
This commit is contained in:
Luis Sempé
2022-02-17 16:10:26 -08:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
@@ -1337,6 +1337,7 @@ namespace AZ
// EBusInterface settings
static const EBusAddressPolicy AddressPolicy = EBusAddressPolicy::ById;
typedef BehaviorContext* BusIdType;
using MutexType = AZStd::recursive_mutex;
//////////////////////////////////////////////////////////////////////////
/// Called when a new global method is reflected in behavior context or removed from it