mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
Merge pull request #10 from codeanticode/master
jogl jar build with 1.6
This commit is contained in:
@@ -3119,6 +3119,8 @@ public class PGL {
|
||||
// Java specific stuff
|
||||
|
||||
protected class PGLListener implements GLEventListener {
|
||||
public PGLListener() {}
|
||||
|
||||
@Override
|
||||
public void display(GLAutoDrawable glDrawable) {
|
||||
drawable = glDrawable;
|
||||
|
||||
Reference in New Issue
Block a user