mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-28 22:05:01 +01:00
Port Changes
This commit is contained in:
parent
04406690ca
commit
6e19661bf9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,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().toString())
|
||||||
.buildTo(DebugInformation::registerClientInfo);
|
.buildTo(DebugInformation::registerClientInfo);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue