Merge pull request #191 from CarVac/master
Fixed an OpenGL error; just a stopgap it seems.
This commit is contained in:
commit
ddc04b00a0
Binary file not shown.
Binary file not shown.
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user