Skip to content

Commit 96bc6ee

Browse files
committed
On UWP, the type is OpenXRLoaderNoPreInit
1 parent 22ea41c commit 96bc6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private bool IsActiveLoader
4141
#if UNITY_OPENXR
4242
if (!isActiveLoader.HasValue)
4343
{
44-
isActiveLoader = IsLoaderActive<OpenXRLoader>();
44+
isActiveLoader = IsLoaderActive<OpenXRLoader>() || IsLoaderActive<OpenXRLoaderNoPreInit>();
4545
}
4646
#endif // UNITY_OPENXR
4747

0 commit comments

Comments
 (0)