Skip to content
Snippets Groups Projects

clean exit: q3k app

Merged moon2 requested to merge otamatone_clean_exit into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -143,7 +143,7 @@ class Otamatone(Application):
def think(self, ins: InputState, delta_ms: int) -> None:
super().think(ins, delta_ms)
if self._blm is None:
return # weird bug, for some reason think gets called after on_exit?
return # weird bug, for some reason think gets called after on_exit?
self._ts += delta_ms
self._blob.think(ins, delta_ms)
Loading