mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
Update BaseMainActivity.java
This commit is contained in:
parent
0284f1654f
commit
a45bf16601
@ -1230,7 +1230,7 @@ public class BaseMainActivity extends LoggableActivity {
|
|||||||
public void getMcScale() {
|
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.
|
//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();
|
MCOptionUtils.load();
|
||||||
Thread.sleep(200);
|
try { Thread.sleep(200); } catch (Throwable th) {}
|
||||||
String str = MCOptionUtils.get("guiScale");
|
String str = MCOptionUtils.get("guiScale");
|
||||||
this.guiScale = (str == null ? 0 :Integer.parseInt(str));
|
this.guiScale = (str == null ? 0 :Integer.parseInt(str));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user