Attempt fix GLTextureView null stuff

This commit is contained in:
khanhduytran0
2020-08-08 16:46:50 +07:00
parent 3a450ae911
commit a5d020da94

View File

@@ -706,7 +706,7 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
});
glSurfaceView.setPreserveEGLContextOnPause(true);
glSurfaceView.setRenderMode(MinecraftGLView.RENDERMODE_CONTINUOUSLY);
glSurfaceView.requestRender();
// glSurfaceView.requestRender();
} catch (Throwable e) {
e.printStackTrace();
Tools.showError(this, e, true);