Skip to content

Commit

Permalink
minor fix to opengl setup
Browse files Browse the repository at this point in the history
  • Loading branch information
shchurov committed Mar 5, 2017
1 parent d6bcb3e commit 47f43cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ private void attachTextureView() {
}

private void setupTextureView() {
glTextureView.setEGLConfigChooser(8, 8, 8, 8, 16, 0);
glTextureView.setEGLContextClientVersion(2);
glTextureView.setEGLConfigChooser(8, 8, 8, 8, 16, 0);
glTextureView.setOpaque(false);
renderer = new ParticleRenderer();
glTextureView.setRenderer(renderer);
Expand Down

0 comments on commit 47f43cb

Please sign in to comment.