mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-09-10 10:36:31 -06:00
extremely crucial bug fix
This commit is contained in:
parent
f0ef0bddd2
commit
c3eba8754b
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ public class BaseMainActivity extends BaseActivity {
|
|||
if(Tools.LOCAL_RENDERER == null) {
|
||||
Tools.LOCAL_RENDERER = LauncherPreferences.PREF_RENDERER;
|
||||
}
|
||||
Logger.getInstance().appendToLog("--------- beggining with launcher debug");
|
||||
Logger.getInstance().appendToLog("--------- beginning with launcher debug");
|
||||
Logger.getInstance().appendToLog("Info: Launcher version: " + BuildConfig.VERSION_NAME);
|
||||
if (Tools.LOCAL_RENDERER.equals("vulkan_zink")) {
|
||||
checkVulkanZinkIsSupported();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue