mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Should help #1617
This commit is contained in:
parent
294c34d036
commit
3c8aef2838
@ -1229,6 +1229,8 @@ public class BaseMainActivity extends LoggableActivity {
|
||||
|
||||
public void getMcScale() {
|
||||
//Get the scale stored in game files, used auto scale if found or if the stored scaled is bigger than the authorized size.
|
||||
MCOptionUtils.load();
|
||||
Thread.sleep(200);
|
||||
String str = MCOptionUtils.get("guiScale");
|
||||
this.guiScale = (str == null ? 0 :Integer.parseInt(str));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user