debug
This commit is contained in:
@@ -228,9 +228,7 @@ void NoteDataUtil::GetSMNoteDataString( const NoteData &in_, CString ¬es_out
|
|||||||
case TapNote::attack: c = 'A'; break;
|
case TapNote::attack: c = 'A'; break;
|
||||||
case TapNote::autoKeysound: c = 'K'; break;
|
case TapNote::autoKeysound: c = 'K'; break;
|
||||||
default:
|
default:
|
||||||
ASSERT(0); // invalid enum value
|
FAIL_M( ssprintf("tn %i", tn.type) ); // invalid enum value
|
||||||
c = '0';
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
sRet.append(1, c);
|
sRet.append(1, c);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user