Skip to content

Commit 453596c

Browse files
committed
Update 1.2.48
1 parent 933840b commit 453596c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/src/main/java/com/fox2code/foxloader/launcher/FoxLauncher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
public class FoxLauncher {
1515
static {
1616
System.setProperty("file.encoding", "UTF-8");
17+
System.setProperty("sun.java2d.uiScale", "1.0");
1718
System.setProperty("java.util.Arrays.useLegacyMergeSort", "true");
1819
System.setProperty("user.language", "en");
1920
if (Platform.getJvmVersion() < 17) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.parallel=true
33
org.gradle.jvmargs=-Xmx1024m -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8
44

55
# FoxLoader properties
6-
foxloader.version=1.2.47
6+
foxloader.version=1.2.48
77
foxloader.lastReIndevTransformerChanges=1.2.39
88
# https://www.jitpack.io/#com.fox2code/FoxLoader
99

0 commit comments

Comments
 (0)