Make use of the getMCScale from MCOptionUtils

This commit is contained in:
SerpentSpirale 2021-11-18 00:03:36 +01:00 committed by Boulay Mathias
parent 68aeae45e2
commit 304a84a13b
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,7 @@ import java.io.*;
import static net.kdt.pojavlaunch.prefs.LauncherPreferences.DEFAULT_PREF;
import static net.kdt.pojavlaunch.prefs.LauncherPreferences.PREF_SUSTAINED_PERFORMANCE;
import static net.kdt.pojavlaunch.utils.MCOptionUtils.getMcScale;
public class MainActivity extends BaseMainActivity {
public static ControlLayout mControlLayout;