Skip to content

Commit

Permalink
was testing smth
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealJake12 committed Sep 8, 2024
1 parent 4d9ae96 commit 98abbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/kec/backend/util/smTools/SMFile.hx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class SMFile
switch (numba)
{
case 1: // normal
sectionNotes.push({time : rowTime, data : lane, length: 0, type : nType});
section.sectionNotes.push({time : rowTime, data : lane, length: 0, type : nType});
case 2: // held head
heldNotes[lane] = [rowTime, lane, 0, rowTime];
case 3: // held tail
Expand Down

0 comments on commit 98abbe0

Please sign in to comment.