Merge branch 'development' of https://github.com/o3de/o3de into mp_blending_cleanup
This commit is contained in:
@@ -81,6 +81,12 @@ namespace Multiplayer
|
||||
LocalPredictionPlayerInputComponentBase::Reflect(context);
|
||||
}
|
||||
|
||||
void LocalPredictionPlayerInputComponent::GetProvidedServices(AZ::ComponentDescriptor::DependencyArrayType& provided)
|
||||
{
|
||||
LocalPredictionPlayerInputComponentBase::GetProvidedServices(provided);
|
||||
provided.push_back(AZ_CRC_CE("MultiplayerInputDriver"));
|
||||
}
|
||||
|
||||
void LocalPredictionPlayerInputComponent::OnInit()
|
||||
{
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user