From a5eeaa493ded672a665d49c74918845afd131fbc Mon Sep 17 00:00:00 2001 From: Kris Helwig <helwig@vr.rwth-aachen.de> Date: Tue, 8 Apr 2025 16:29:31 +0200 Subject: [PATCH] clang --- Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp index 31874d9..b79168b 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()) -- GitLab