Skip to content

Commit 1c1c227

Browse files
author
arch
committed
cleanup and fixes
1 parent 69a73c0 commit 1c1c227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/algorithms/funscriptgenerator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def tracking(self) -> str:
525525
beep = True
526526
)
527527
while True:
528-
if self.opemcvui.was_space_pressed() or key == ord(' '):
528+
if self.ui.was_space_pressed() or key == ord(' '):
529529
break
530530

531531
if self.ui.was_key_pressed('q') or key == ord('q'):

0 commit comments

Comments
 (0)