Skip to content

Commit 8d67d36

Browse files
committed
pylint fix: missing update_cursor_visibility
1 parent 0044676 commit 8d67d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video_pygame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def close():
468468
""" Close the pygame interface. """
469469
if wait_on_close:
470470
pygame.display.set_caption('%s - press a key to close window' % caption)
471-
update_cursor_visibility(False)
471+
show_cursor(False)
472472
# wait for a keystroke
473473
while not check_events(pause=True):
474474
idle()

0 commit comments

Comments
 (0)