Skip to content

Commit

Permalink
Since this function doesn't get run for every frame this is not a maj…
Browse files Browse the repository at this point in the history
…or concern
  • Loading branch information
NotHyper-474 committed Jan 15, 2025
1 parent 256c336 commit 7b86f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/funkin/data/song/SongNoteDataUtils.hx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ class SongNoteDataUtils
var noteB:SongNoteData = rhs[i];
var hasOverlap:Bool = false;

// TODO: Since notes are generally sorted this could probably benefit of only cycling through notes in a certain range
for (j in 0...lhs.length)
{
var noteA:SongNoteData = lhs[j];
Expand Down

0 comments on commit 7b86f14

Please sign in to comment.