more Code/Framework fixes
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -133,7 +133,7 @@ namespace GridMate
|
||||
|
||||
typedef AZStd::intrusive_ptr<BitmaskInterestChunk> Ptr;
|
||||
bool IsReplicaMigratable() override { return false; }
|
||||
bool IsBroadcast() { return true; }
|
||||
bool IsBroadcast() override { return true; }
|
||||
static const char* GetChunkName() { return "BitmaskInterestChunk"; }
|
||||
|
||||
void OnReplicaActivate(const ReplicaContext& rc) override;
|
||||
|
||||
Reference in New Issue
Block a user