Add requested comments.

This commit is contained in:
Jason Felds
2010-10-08 20:21:44 -04:00
parent aebf234888
commit 3df42d2a8e
+3
View File
@@ -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