We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8bf8e commit da0e33dCopy full SHA for da0e33d
src/main/java/net/minecraftforge/common/ForgeEarlyConfig.java
@@ -37,7 +37,7 @@ public class ForgeEarlyConfig {
37
@Config.Comment("Enable GL_KHR_no_error to use faster driver code, but which can cause memory corruption in case of OpenGL errors")
38
public static boolean OPENGL_CONTEXT_NO_ERROR = false;
39
40
- @Config.Comment("Only use this if you have custom glfw natives")
+ @Config.Comment("Force enable wayland, only use this on supported DE")
41
public static boolean FORCE_WAYLAND = false;
42
43
public static boolean DECORATED = true;
0 commit comments