3
0
mirror of synced 2024-11-23 23:00:58 +01:00

fix button 9 long notes being deleted (thanks Milo)

This commit is contained in:
CrazyRedMachine 2023-07-26 23:15:25 +02:00
parent 61d9cdb98c
commit e16fe464e7

View File

@ -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