Skip to content

Commit da0e33d

Browse files
Change wayland desc
1 parent ca8bf8e commit da0e33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/minecraftforge/common/ForgeEarlyConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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("Only use this if you have custom glfw natives")
40+
@Config.Comment("Force enable wayland, only use this on supported DE")
4141
public static boolean FORCE_WAYLAND = false;
4242

4343
public static boolean DECORATED = true;

0 commit comments

Comments
 (0)