File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/main/java/net/minecraftforge/common Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ project(':cleanroom') {
417417
418418 dependencies {
419419 compileOnly " com.cleanroommc:lwjglx:1.0.0"
420- installer " com.cleanroommc:lwjglxx:1.0.0 "
420+ installer " com.cleanroommc:lwjglxx:1.0.1 "
421421 lwjglLibraries[0 ]. each {
422422 installer " org.lwjgl:$it :$props . lwjgl_version "
423423 runtimeOnly " org.lwjgl:$it ::$lwjglArch "
Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ public class ForgeEarlyConfig {
3737 @ Config .Comment ("Enable GL_KHR_no_error to use faster driver code, but which can cause memory corruption in case of OpenGL errors" )
3838 public static boolean OPENGL_CONTEXT_NO_ERROR = false ;
3939
40- @ Config .Comment ("Force enable wayland, only use this on supported DE" )
41- public static boolean FORCE_WAYLAND = false ;
42-
4340 public static boolean DECORATED = true ;
4441
4542 public static boolean INPUT_INVERT_WHEEL = false ;
You can’t perform that action at this time.
0 commit comments