Skip to content

Commit b1680bd

Browse files
authored
Merge pull request #9430 from keveleigh/fix-openxr-uwp
Fix OpenXR on UWP
2 parents 84c6667 + f44d50a commit b1680bd

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<OpenXRLoaderBase>();
4545
}
4646
#endif // UNITY_OPENXR
4747

0 commit comments

Comments
 (0)