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 9d356c4 commit d04e500Copy full SHA for d04e500
Assets/MixedRealityToolkit.Providers/XRSDK/XRSDKSubsystemHelpers.cs
@@ -14,7 +14,7 @@ namespace Microsoft.MixedReality.Toolkit.XRSDK
14
/// </summary>
15
public static class XRSDKSubsystemHelpers
16
{
17
- private static XRInputSubsystem inputSubsystem;
+ private static XRInputSubsystem inputSubsystem = null;
18
19
/// <summary>
20
/// The XR SDK input subsystem for the currently loaded XR plug-in.
0 commit comments