Fixed Script Event registration going to the incorrect Behavior Context

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2022-02-17 11:37:20 -08:00
parent a3e33f0c4f
commit 1ed513d782
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