Fixed an OpenGL error; just a stopgap it seems.

This commit is contained in:
CarVac 2014-03-18 19:17:03 -04:00
parent 790999ea68
commit 708323af73
3 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ public class PhotoPanel extends JPanel implements GLEventListener {
@Override
public void init(final GLAutoDrawable drawable) {
log.trace("GL - init()");
drawable.setGL(new DebugGL2(drawable.getGL().getGL2()));
//drawable.setGL(new DebugGL2(drawable.getGL().getGL2()));
final GL2 gl = drawable.getGL().getGL2();