From 537087468601a0c66741067cc9e88c75218c7e58 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 14 Jun 2020 11:21:50 -0400 Subject: [PATCH] Client debug info --- core/src/mindustry/ClientLauncher.java | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/mindustry/ClientLauncher.java b/core/src/mindustry/ClientLauncher.java index d0076fd14b..461b5014c4 100644 --- a/core/src/mindustry/ClientLauncher.java +++ b/core/src/mindustry/ClientLauncher.java @@ -44,6 +44,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform Log.info("[GL] Version: @", graphics.getGLVersion()); Log.info("[GL] Max texture size: @", Gl.getInt(Gl.maxTextureSize)); Log.info("[GL] OpenGL 3.0 context: @", gl30 != null); + Log.info("[JAVA] Version: @", System.getProperty("java.version")); Time.setDeltaProvider(() -> { float result = Core.graphics.getDeltaTime() * 60f; diff --git a/gradle.properties b/gradle.properties index d8ec9d5fc3..e94a43270b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=029ea07e76d3f3fcd76be433a7402e3b663a069d +archash=e42671744c1681fffddae74612639187aa477d78