We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d032c59 commit 0ab63ebCopy full SHA for 0ab63eb
source/level/notes/rides.py
@@ -68,7 +68,7 @@ def update(self):
68
super().pop("perfect")
69
PopEffect(pos = self.pos, prec = "perfect")
70
71
- def pop(self, hit = False) -> str | None:
+ def pop(self, hit = True) -> str | None:
72
'''Delete the note and return precision.
73
74
`hit` determines if it was hit by the player.
0 commit comments