mirror of
https://github.com/processing/processing4.git
synced 2026-02-16 11:55:38 +01:00
don't need to call removeListeners() in NEWT
This commit is contained in:
@@ -536,7 +536,6 @@ public class PGL {
|
||||
animator.stop();
|
||||
animator.remove(window);
|
||||
window.removeGLEventListener(listener);
|
||||
pg.parent.removeListeners(canvasNEWT);
|
||||
pg.parent.remove(canvasNEWT);
|
||||
}
|
||||
setFramerate = false;
|
||||
|
||||
Reference in New Issue
Block a user