Skip to content

Commit

Permalink
Fix OpenVR good lord
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Sep 9, 2024
1 parent f9e416f commit d352a8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static void create(int tok) {
org.vivecraft.client_vr.settings.VRSettings.logger.error("'{}' failed to load, trying IVRCompositor_026", IVRCompositor_Version);
VRCompositor = getGenericInterface("IVRCompositor_026", OpenVR.IVRCompositor::new);
}
VROverlay = getGenericInterface(IVROverlay_Version, OpenVR.IVROverlay::new);
// VROverlay = getGenericInterface(IVROverlay_Version, OpenVR.IVROverlay::new);
// VRResources = getGenericInterface(IVRResources_Version, OpenVR.IVRResources::new);
VRRenderModels = getGenericInterface(IVRRenderModels_Version, OpenVR.IVRRenderModels::new);
VRExtendedDisplay = getGenericInterface(IVRExtendedDisplay_Version, OpenVR.IVRExtendedDisplay::new);
Expand Down
1 change: 0 additions & 1 deletion common/src/main/resources/vivecraft.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"client_vr.KeyboardInputVRMixin",
"client_vr.MinecraftVRMixin",
"client_vr.MouseHandlerVRMixin",
"client_vr.OpenVRMixin",
"client_vr.OptionsVRMixin",
"client_vr.blaze3d.audio.LibraryVRMixin",
"client_vr.blaze3d.platform.GlStateManagerVRMixin",
Expand Down

0 comments on commit d352a8d

Please sign in to comment.