Skip to content

Commit

Permalink
Because sometime pitchSet inequality causes a problem (Tonic issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Aug 9, 2022
1 parent 497f706 commit 84ef3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Keyboard/KeyboardModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class KeyboardModel: ObservableObject {
newPitches.add(p)
}
}
if touchedPitches != newPitches {
if touchedPitches.array != newPitches.array {
touchedPitches = newPitches
}
}
Expand Down

0 comments on commit 84ef3b0

Please sign in to comment.