forgot a piece

This commit is contained in:
Ben Fry
2015-05-19 14:41:57 -04:00
parent 9c7a839296
commit e57c5cd8a6

View File

@@ -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();