diff --git a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp index 31874d9f9a2892ff586b3983858798fdb484d085..b79168b67e67fe485380c4cb8babf7e5f007368d 100644 --- a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp +++ b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp @@ -89,7 +89,7 @@ void ARWTHVRPawn::SetScale(float NewScale) FVector NewScaleVector = FVector(UniformScale, UniformScale, UniformScale); GetWorldSettings()->WorldToMeters = InitialWorldToMeters * UniformScale; SetActorRelativeScale3D(NewScaleVector); - + #if PLATFORM_SUPPORTS_CLUSTER const ARWTHVRPlayerState* State = GetPlayerState<ARWTHVRPlayerState>(); if (URWTHVRUtilities::IsHeadMountedMode() && State && State->GetCorrespondingClusterActor())