From a45b636b1c0049dddfdc587044ebcafc826dff86 Mon Sep 17 00:00:00 2001 From: Glavo Date: Thu, 27 Feb 2025 09:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8=E9=AB=98=E5=B8=A7=E7=8E=87?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=20(#3655)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 启用高帧率动画 * update --- HMCL/src/main/java/org/jackhuang/hmcl/Main.java | 1 + 1 file changed, 1 insertion(+) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/Main.java b/HMCL/src/main/java/org/jackhuang/hmcl/Main.java index ff39601f7..956d4a845 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/Main.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/Main.java @@ -54,6 +54,7 @@ public final class Main { public static void main(String[] args) { System.getProperties().putIfAbsent("java.net.useSystemProxies", "true"); System.getProperties().putIfAbsent("javafx.autoproxy.disable", "true"); + System.getProperties().putIfAbsent("javafx.animation.pulse", "120"); System.getProperties().putIfAbsent("http.agent", "HMCL/" + Metadata.VERSION); LOG.start(Metadata.HMCL_DIRECTORY.resolve("logs"));