mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove second dispose() call
This commit is contained in:
@@ -894,7 +894,7 @@ public class PSurfaceJOGL implements PSurface {
|
||||
}
|
||||
}
|
||||
public void dispose(GLAutoDrawable drawable) {
|
||||
sketch.dispose();
|
||||
// sketch.dispose();
|
||||
}
|
||||
public void init(GLAutoDrawable drawable) {
|
||||
pgl.getGL(drawable);
|
||||
|
||||
Reference in New Issue
Block a user