Skip to content

Commit

Permalink
Revert "Make OpenGL version configurable"
Browse files Browse the repository at this point in the history
This reverts commit db3df52.
  • Loading branch information
kappa-maintainer committed Feb 13, 2025
1 parent db3df52 commit b0be8cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ project(':cleanroom') {

dependencies {
compileOnly "com.cleanroommc:lwjglx:1.0.0"
installer "com.cleanroommc:lwjglxx:1.0.10"
installer "com.cleanroommc:lwjglxx:1.0.9"
lwjglLibraries[0].each {
installer "org.lwjgl:$it:$props.lwjgl_version"
runtimeOnly "org.lwjgl:$it::$lwjglArch"
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/net/minecraftforge/common/ForgeEarlyConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ public class ForgeEarlyConfig {
public static boolean WINDOW_START_FOCUSED = true;
public static boolean WINDOW_START_ICONIFIED = false;

public static int GL_VERSION_MAJOR = 2;
public static int GL_VERSION_MINOR = 1;

public static boolean WINDOW_CENTERED = true;

@Config.Comment("Should the window have decorations (titlebar, border, close button)")
Expand Down

0 comments on commit b0be8cc

Please sign in to comment.