mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:54:17 +01:00
Fix Graphics Mode Debug Information
This commit is contained in:
parent
a92c08b1e1
commit
fb14ee0278
@ -78,7 +78,7 @@ public class DebugInformation {
|
|||||||
.put("Flywheel Backend", () -> Backend.getBackendType().toString())
|
.put("Flywheel Backend", () -> Backend.getBackendType().toString())
|
||||||
.put("OpenGL Renderer", GlUtil::getRenderer)
|
.put("OpenGL Renderer", GlUtil::getRenderer)
|
||||||
.put("OpenGL Version", GlUtil::getOpenGLVersion)
|
.put("OpenGL Version", GlUtil::getOpenGLVersion)
|
||||||
.put("Graphics Mode", () -> Minecraft.getInstance().options.graphicsMode.toString())
|
.put("Graphics Mode", () -> Minecraft.getInstance().options.graphicsMode.getKey().toString())
|
||||||
.buildTo(DebugInformation::registerClientInfo);
|
.buildTo(DebugInformation::registerClientInfo);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user