Skip to content

Commit

Permalink
Update JNIStorage.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie authored Aug 9, 2024
1 parent 8372df7 commit 855eaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/JNIStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private void Start()
instancesObj = apiClass.CallStatic<AndroidJavaObject>("loadAll");
configHandler.LoadConfig();
UpdateInstances();
//apiClass.SetStatic("model", OpenXRFeatureSystemInfo.GetHeadsetName());
apiClass.SetStatic("model", OpenXRFeatureSystemInfo.GetHeadsetName());
}

private static void FillSupportedVersions(List<string> supportedVersions, string[] supportedVersionsArray)
Expand Down

0 comments on commit 855eaf9

Please sign in to comment.