fix properties, fix windows scaling

This commit is contained in:
therealunull
2020-12-15 13:34:16 -05:00
parent 33bf19d466
commit 3ff221f6fd
2 changed files with 11 additions and 3 deletions

View File

@@ -474,4 +474,12 @@ public class RuneLite
log.warn("unable to setup insecure trust manager", ex);
}
}
static
{
//Fixes win10 scaling when not 100% while using Anti-Aliasing with GPU
System.setProperty("sun.java2d.uiScale", "1.0");
System.setProperty("runelite.launcher.version", "OpenOSRS Injected");
}
}