mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 08:44:39 +01:00
forgot a piece
This commit is contained in:
@@ -88,6 +88,7 @@ public class ThinkDifferent {
|
||||
application.setQuitHandler(new QuitHandler() {
|
||||
public void handleQuitRequestWith(QuitEvent event, QuitResponse response) {
|
||||
sketch.exit();
|
||||
response.performQuit();
|
||||
/*
|
||||
if (base.handleQuit()) {
|
||||
response.performQuit();
|
||||
|
||||
Reference in New Issue
Block a user