Skip to content

Commit 5f61059

Browse files
committed
updated params
1 parent bd7a052 commit 5f61059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/_Core/Devices/OpenVR/OpenVRDeviceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private GenericOpenVRController GetOrAddController(XRNodeState xrNodeState)
207207
var inputSource = InputSystem?.RequestNewGenericInputSource($"{CurrentControllerType} Controller {controllingHand}", pointers);
208208

209209
GenericOpenVRController detectedController = Activator.CreateInstance(controllerType,
210-
new object[] { TrackingState.NotTracked, controllingHand, inputSource, null }) as GenericOpenVRController;
210+
TrackingState.NotTracked, controllingHand, inputSource, null) as GenericOpenVRController;
211211

212212
Debug.Assert(detectedController != null);
213213
detectedController?.SetupConfiguration(controllerType);

0 commit comments

Comments
 (0)