Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
namespace Multiplayer
|
||||
{
|
||||
void MultiplayerComponent::Reflect(AZ::ReflectContext* reflection)
|
||||
void MultiplayerComponent::Reflect(AZ::ReflectContext* context)
|
||||
{
|
||||
AZ::SerializeContext* serializeContext = azrtti_cast<AZ::SerializeContext*>(reflection);
|
||||
AZ::SerializeContext* serializeContext = azrtti_cast<AZ::SerializeContext*>(context);
|
||||
if (serializeContext)
|
||||
{
|
||||
serializeContext->Class<MultiplayerComponent, AZ::Component>()
|
||||
|
||||
Reference in New Issue
Block a user