We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee95ffb commit 1ddb829Copy full SHA for 1ddb829
1 file changed
Pathfinder/pathfinder_touch.py
@@ -86,7 +86,7 @@
86
pyportal.play_file("/vo/pathfnd_silent.wav") # hack to deal w no mute method
87
88
while True:
89
- if pyportal.touchscreen.touch_point:
+ if not pyportal.touchscreen.touch_point:
90
time.sleep(0.01)
91
continue
92
0 commit comments