Invalid
This commit is contained in:
@@ -45,7 +45,7 @@ float NoteTypeToBeat( NoteType nt )
|
||||
case NOTE_TYPE_64TH: return 1.0f/16; // sixty-fourth notes
|
||||
case NOTE_TYPE_192ND: return 1.0f/48; // sixty-fourth note triplets
|
||||
default: ASSERT(0); // and fall through
|
||||
case NOTE_TYPE_INVALID: return 1.0f/48;
|
||||
case NOTE_TYPE_Invalid: return 1.0f/48;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user