Skip to content

Commit 0ab63eb

Browse files
committed
fix ride note bug
1 parent d032c59 commit 0ab63eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/level/notes/rides.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def update(self):
6868
super().pop("perfect")
6969
PopEffect(pos = self.pos, prec = "perfect")
7070

71-
def pop(self, hit = False) -> str | None:
71+
def pop(self, hit = True) -> str | None:
7272
'''Delete the note and return precision.
7373
7474
`hit` determines if it was hit by the player.

0 commit comments

Comments
 (0)