mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-05-24 18:04:46 -04:00
Fix weirdly transparent TextureView
This commit is contained in:
committed by
Boulay Mathias
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() {
|
||||
|
||||
Reference in New Issue
Block a user