diff --git a/community/main.py b/community/main.py index 40743f3e..0380cea5 100644 --- a/community/main.py +++ b/community/main.py @@ -161,7 +161,7 @@ def on_close(self): for fence in self.fences: gl.glDeleteSync(fence) - pyglet.app.exit() + super().on_close() def update_f3(self, delta_time): """Update the F3 debug screen content"""