Skip to content

Commit

Permalink
Attempt fix GLTextureView null stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Aug 8, 2020
1 parent 3a450ae commit a5d020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/net/kdt/pojavlaunch/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ public void onSurfaceChanged(GL10 gl, int width, int height) {
});
glSurfaceView.setPreserveEGLContextOnPause(true);
glSurfaceView.setRenderMode(MinecraftGLView.RENDERMODE_CONTINUOUSLY);
glSurfaceView.requestRender();
// glSurfaceView.requestRender();
} catch (Throwable e) {
e.printStackTrace();
Tools.showError(this, e, true);
Expand Down

0 comments on commit a5d020d

Please sign in to comment.