Revert "启用高帧率动画 (#3655)" (#3700)

This reverts commit a45b636b1c.
This commit is contained in:
Glavo
2025-03-05 14:45:02 +08:00
committed by GitHub
parent e61fb27c61
commit f4701c678e

View File

@@ -54,7 +54,6 @@ 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"));