mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Update MinecraftGLSurface.java
This commit is contained in:
parent
70b3c5597a
commit
ff819eeb28
@ -607,7 +607,7 @@ public class MinecraftGLSurface extends View {
|
||||
}else{
|
||||
TextureView view = (TextureView)mSurface;
|
||||
if(view.getSurfaceTexture() != null){
|
||||
view.setDefaultBufferSize(windowWidth, windowHeight);
|
||||
view.getSurfaceTexture().setDefaultBufferSize(windowWidth, windowHeight);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user