small SnapDisplay changes, nothing serious
This commit is contained in:
+1
-2
@@ -40,7 +40,7 @@ bool SnapDisplay::PrevSnapMode()
|
||||
|
||||
bool SnapDisplay::NextSnapMode()
|
||||
{
|
||||
if( m_NoteType == NOTE_TYPE_192ND ) // this is the smallest snap we should allow
|
||||
if( m_NoteType == NOTE_TYPE_192ND ) // the smallest snap we should allow
|
||||
return false;
|
||||
enum_add( m_NoteType, 1 );
|
||||
|
||||
@@ -48,7 +48,6 @@ bool SnapDisplay::NextSnapMode()
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
void SnapDisplay::SnapModeChanged()
|
||||
{
|
||||
for( int i=0; i<2; i++ )
|
||||
|
||||
Reference in New Issue
Block a user