oop. removed unused code lol

This commit is contained in:
Goatgarien
2023-02-05 23:35:00 -08:00
parent 84a1248234
commit d5106d3030
-4
View File
@@ -198,10 +198,6 @@ namespace BAKKA_Editor.Operations
break;
}
Chart.Notes.Add(Note);
if (nextNote == null && prevNote == null)
{
//popAgain = true;
}
}
}
}