Composite NoteData for when one NoteData represents multiple NoteDatas.
This commit is contained in:
@@ -21,6 +21,7 @@ NoteData::NoteData()
|
||||
|
||||
void NoteData::Init()
|
||||
{
|
||||
m_bComposite = false;
|
||||
ClearAll();
|
||||
m_TapNotes = vector<TrackMap>(); // ensure that the memory is freed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user