We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a73c0 commit 1c1c227Copy full SHA for 1c1c227
funscript_editor/algorithms/funscriptgenerator.py
@@ -525,7 +525,7 @@ def tracking(self) -> str:
525
beep = True
526
)
527
while True:
528
- if self.opemcvui.was_space_pressed() or key == ord(' '):
+ if self.ui.was_space_pressed() or key == ord(' '):
529
break
530
531
if self.ui.was_key_pressed('q') or key == ord('q'):
0 commit comments