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

fix(cave, pawn): Sets MC motion sources to the correct livelink preset also on secondary nodes

parent 0b30ed2e
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ void AVirtualRealityPawn::SetupMotionControllerSources() ...@@ -240,7 +240,7 @@ void AVirtualRealityPawn::SetupMotionControllerSources()
MotionControllerSourceLeft = FName("Left"); MotionControllerSourceLeft = FName("Left");
MotionControllerSourceRight = FName("Right"); MotionControllerSourceRight = FName("Right");
} }
if (UVirtualRealityUtilities::IsRoomMountedMode() && UVirtualRealityUtilities::IsMaster()) if (UVirtualRealityUtilities::IsRoomMountedMode())
{ {
MotionControllerSourceLeft = LeftSubjectRepresentation.Subject; MotionControllerSourceLeft = LeftSubjectRepresentation.Subject;
MotionControllerSourceRight = RightSubjectRepresentation.Subject; MotionControllerSourceRight = RightSubjectRepresentation.Subject;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment