mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 21:40:15 -07:00
Update BaseMainActivity.java
This commit is contained in:
parent
f000a0209e
commit
a30103d2fd
1 changed files with 1 additions and 0 deletions
|
|
@ -651,6 +651,7 @@ public class BaseMainActivity extends LoggableActivity {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
minecraftGLView.setOnTouchListener(glTouchListener);
|
minecraftGLView.setOnTouchListener(glTouchListener);
|
||||||
|
minecraftGLView.setOpaque(false);
|
||||||
minecraftGLView.setSurfaceTextureListener(new TextureView.SurfaceTextureListener(){
|
minecraftGLView.setSurfaceTextureListener(new TextureView.SurfaceTextureListener(){
|
||||||
|
|
||||||
private boolean isCalled = false;
|
private boolean isCalled = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue