Skip to content

Commit 9d703f3

Browse files
committed
Throw away unused param
1 parent 78a9037 commit 9d703f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/Providers/WindowsMixedReality/Shared/WindowsMixedRealityHandMeshProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public void UpdateHandMesh(SpatialInteractionSourceState sourceState)
216216
if (meshTransform.HasValue)
217217
{
218218
System.Numerics.Matrix4x4.Decompose(meshTransform.Value,
219-
out System.Numerics.Vector3 scale,
219+
out _,
220220
out System.Numerics.Quaternion rotation,
221221
out System.Numerics.Vector3 translation);
222222

0 commit comments

Comments
 (0)