diff --git a/source/smTools/SMFile.hx b/source/smTools/SMFile.hx index fcb6555..a17d253 100644 --- a/source/smTools/SMFile.hx +++ b/source/smTools/SMFile.hx @@ -216,6 +216,8 @@ class SMFile var timeDiff = rowTime - data[0]; section.sectionNotes.push([data[0],lane,timeDiff]); heldNotes[index] = []; + case 4: + heldNotes[lane] = [rowTime,lane,0]; } index++; }