Skip to content

Commit b48b654

Browse files
committed
Update OpenXRHandMeshProvider.cs
1 parent a9f89a4 commit b48b654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/MRTK/Providers/OpenXR/Scripts/OpenXRHandMeshProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
#if MSFT_OPENXR_0_2_0_OR_NEWER
55
using Microsoft.MixedReality.OpenXR;
6+
using System.Collections.Generic;
7+
using UnityEngine;
68
#endif // MSFT_OPENXR_0_2_0_OR_NEWER
79

810
using Microsoft.MixedReality.Toolkit.Input;
9-
using System.Collections.Generic;
10-
using UnityEngine;
1111

1212
namespace Microsoft.MixedReality.Toolkit.XRSDK.OpenXR
1313
{

0 commit comments

Comments
 (0)