fix button 9 long notes being deleted (thanks Milo)
This commit is contained in:
parent
61d9cdb98c
commit
e16fe464e7
@ -231,7 +231,7 @@ class bms2bmson:
|
||||
"mc" : 0 })
|
||||
break
|
||||
|
||||
if (ch > 50 and ch < 70):
|
||||
if (ch > 50 and ch <= 70):
|
||||
pln = i
|
||||
while pln + 1 < len(self.NotePre):
|
||||
pln = pln + 1
|
||||
|
Loading…
Reference in New Issue
Block a user