mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 04:20:11 -07:00
Fix transparent screen issue for dex and freeform
This commit is contained in:
parent
c5765c3981
commit
50d822cca9
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ public class MinecraftGLView extends TextureView
|
|||
|
||||
public MinecraftGLView(Context context, AttributeSet attributeSet) {
|
||||
super(context, attributeSet);
|
||||
//Fixes freeform and dex mode having transparent glass,
|
||||
//since it forces android to used the background color of the view/layout behind it.
|
||||
setOpaque(false);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue