Cleanup.
This commit is contained in:
@@ -374,13 +374,12 @@ void NoteDataUtil::GetSMNoteDataString( const NoteData &in_, RString ¬es_out
|
|||||||
|
|
||||||
if( tn.type == TapNote::attack )
|
if( tn.type == TapNote::attack )
|
||||||
{
|
{
|
||||||
sRet.append( ssprintf("{%s:%.2f}",tn.sAttackModifiers.c_str(), tn.fAttackDurationSeconds) );
|
sRet.append( ssprintf("{%s:%.2f}", tn.sAttackModifiers.c_str(),
|
||||||
|
tn.fAttackDurationSeconds) );
|
||||||
}
|
}
|
||||||
if( tn.bKeysound )
|
if( tn.bKeysound )
|
||||||
{
|
|
||||||
sRet.append( ssprintf("[%d]",tn.iKeysoundIndex) );
|
sRet.append( ssprintf("[%d]",tn.iKeysoundIndex) );
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
sRet.append( 1, '\n' );
|
sRet.append( 1, '\n' );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user