Port Changes

This commit is contained in:
simibubi 2023-11-02 11:32:38 +01:00
parent 04406690ca
commit 6e19661bf9

View file

@ -77,7 +77,7 @@ public class DebugInformation {
.put("Flywheel Backend", () -> Backend.getBackendType().toString())
.put("OpenGL Renderer", GlUtil::getRenderer)
.put("OpenGL Version", GlUtil::getOpenGLVersion)
.put("Graphics Mode", () -> Minecraft.getInstance().options.graphicsMode.toString())
.put("Graphics Mode", () -> Minecraft.getInstance().options.graphicsMode().toString())
.buildTo(DebugInformation::registerClientInfo);
});