We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abc783 commit 3a572d5Copy full SHA for 3a572d5
Assets/MixedRealityToolkit/Providers/UnityInput/MouseController.cs
@@ -92,7 +92,7 @@ public void Update()
92
if (Interactions[i].InputType == DeviceInputType.SpatialPointer)
93
{
94
// Spatial pointer raises Pose events
95
- MixedRealityPose controllerPose = MixedRealityPose.ZeroIdentity;
+ controllerPose = MixedRealityPose.ZeroIdentity;
96
controllerPose.Rotation = Quaternion.Euler(mouseDelta);
97
Interactions[i].PoseData = controllerPose;
98
0 commit comments