lollis: fix crash when a note is removed
This commit is contained in:
parent
57fc25c28d
commit
f7176b411e
@ -211,8 +211,9 @@ VelocityGhostRegion::update_hit (GhostEvent* gev)
|
||||
}
|
||||
|
||||
void
|
||||
VelocityGhostRegion::remove_note (NoteBase*)
|
||||
VelocityGhostRegion::remove_note (NoteBase* nb)
|
||||
{
|
||||
MidiGhostRegion::remove_note (nb);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user