Skip to content

Commit a24f8cd

Browse files
committed
Use None for cursor_image
1 parent b98fe5d commit a24f8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fruit_Jam/Larsio_Paint_Music/input_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self, screen_width, screen_height, staff_y_start, staff_height):
3333
self.mouse_y = screen_height // 2
3434

3535
def find_mouse(self):
36-
self.mouse = find_and_init_boot_mouse(cursor_image="sprites/lars_note.bmp")
36+
self.mouse = find_and_init_boot_mouse(cursor_image=None)
3737
if self.mouse is None:
3838
print("Failed to find a working mouse after multiple attempts")
3939
return False

0 commit comments

Comments
 (0)