mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Switch to SurfaceView for performance; Fix dropping items when it shouldn't be the case;
This commit is contained in:
parent
4dc3a4755e
commit
98a5d0b6fd
6 changed files with 119 additions and 723 deletions
|
|
@ -44,7 +44,7 @@ public class BaseMainActivity extends BaseActivity {
|
|||
|
||||
private boolean mIsResuming = false;
|
||||
|
||||
private MinecraftGLView minecraftGLView;
|
||||
private MinecraftGLSurfaceView minecraftGLView;
|
||||
private static Touchpad touchpad;
|
||||
private LoggerView loggerView;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue