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
Branches
Tags
No related merge requests found
......@@ -240,7 +240,7 @@ void AVirtualRealityPawn::SetupMotionControllerSources()
MotionControllerSourceLeft = FName("Left");
MotionControllerSourceRight = FName("Right");
}
if (UVirtualRealityUtilities::IsRoomMountedMode() && UVirtualRealityUtilities::IsMaster())
if (UVirtualRealityUtilities::IsRoomMountedMode())
{
MotionControllerSourceLeft = LeftSubjectRepresentation.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