Skip to content

Commit d04e500

Browse files
committed
Update XRSDKSubsystemHelpers.cs
1 parent 9d356c4 commit d04e500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit.Providers/XRSDK/XRSDKSubsystemHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.MixedReality.Toolkit.XRSDK
1414
/// </summary>
1515
public static class XRSDKSubsystemHelpers
1616
{
17-
private static XRInputSubsystem inputSubsystem;
17+
private static XRInputSubsystem inputSubsystem = null;
1818

1919
/// <summary>
2020
/// The XR SDK input subsystem for the currently loaded XR plug-in.

0 commit comments

Comments
 (0)