Skip to content
Snippets Groups Projects
Commit e6d3d84d authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Fixed input settings on cluster.

parent ea7587d6
Branches
No related tags found
1 merge request!31Initial Pawn Replication
No preview for this file type
No preview for this file type
...@@ -49,10 +49,6 @@ void AVirtualRealityPawn::SetupPlayerInputComponent(UInputComponent* PlayerInput ...@@ -49,10 +49,6 @@ void AVirtualRealityPawn::SetupPlayerInputComponent(UInputComponent* PlayerInput
{ {
Super::SetupPlayerInputComponent(PlayerInputComponent); Super::SetupPlayerInputComponent(PlayerInputComponent);
if(UVirtualRealityUtilities::IsRoomMountedMode() && UVirtualRealityUtilities::IsSlave())
{
return;
}
APlayerController* PlayerController = Cast<APlayerController>(GetController()); APlayerController* PlayerController = Cast<APlayerController>(GetController());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment