Add requested comments.
This commit is contained in:
@@ -911,6 +911,9 @@ void NoteField::DrawPrimitives()
|
|||||||
{
|
{
|
||||||
int i = begin->first;
|
int i = begin->first;
|
||||||
const TapNote &tn = begin->second; //m_pNoteData->GetTapNote(c, i);
|
const TapNote &tn = begin->second; //m_pNoteData->GetTapNote(c, i);
|
||||||
|
|
||||||
|
// Switch modified by Wolfman2000, tested by Saturn2888
|
||||||
|
// Fixes hold head overlapping issue, but not the rolls.
|
||||||
switch( tn.type )
|
switch( tn.type )
|
||||||
{
|
{
|
||||||
case TapNote::empty: // no note here
|
case TapNote::empty: // no note here
|
||||||
|
|||||||
Reference in New Issue
Block a user