mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 23:28:52 -04:00
Fix weirdly transparent TextureView
This commit is contained in:
parent
1940833b99
commit
582b730289
@ -163,6 +163,7 @@ public class MinecraftGLSurface extends View {
|
||||
((ViewGroup)getParent()).addView(surfaceView);
|
||||
}else{
|
||||
TextureView textureView = new TextureView(getContext());
|
||||
textureView.setOpaque(true);
|
||||
mSurface = textureView;
|
||||
|
||||
textureView.setSurfaceTextureListener(new TextureView.SurfaceTextureListener() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user