Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Update QCXR.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored May 20, 2024
1 parent e249e7f commit ff1baed
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions QCXR.patch
Original file line number Diff line number Diff line change
Expand Up @@ -860,25 +860,4 @@ diff --git a/common/src/main/resources/vivecraft.mixins.json b/common/src/main/r
+ "client_vr.OpenVRMixin",
"client_vr.OptionsVRMixin",
"client_vr.blaze3d.audio.LibraryVRMixin",
"client_vr.blaze3d.platform.GlStateManagerVRMixin",
Index: fabric/build.gradle
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/fabric/build.gradle b/fabric/build.gradle
--- a/fabric/build.gradle (revision d9687fa9192df712fc6182c493b1ee1595f26b51)
+++ b/fabric/build.gradle (revision de1f6240edcf20775203676963a707954320d914)
@@ -63,9 +63,9 @@
include(implementation('com.electronwill.night-config:core:3.6.6'))

include(implementation("org.lwjgl:lwjgl-openvr:3.3.2"))
- include(implementation("org.lwjgl:lwjgl-openvr:3.3.2:natives-linux"))
- include(implementation("org.lwjgl:lwjgl-openvr:3.3.2:natives-macos"))
- include(implementation("org.lwjgl:lwjgl-openvr:3.3.2:natives-windows"))
+ // include(implementation("org.lwjgl:lwjgl-openvr:3.2.2:natives-linux"))
+ // include(implementation("org.lwjgl:lwjgl-openvr:3.2.2:natives-macos"))
+ // include(implementation("org.lwjgl:lwjgl-openvr:3.2.2:natives-windows"))

}

"client_vr.blaze3d.platform.GlStateManagerVRMixin",

0 comments on commit ff1baed

Please sign in to comment.