Extra colon. Still not working.
This commit is contained in:
@@ -329,7 +329,7 @@ static RString GetSSCNoteData( const Song &song, const Steps &in, bool bSavingCa
|
|||||||
if( a != (in.m_sAttackString.size() - 1) )
|
if( a != (in.m_sAttackString.size() - 1) )
|
||||||
attacks += ":"; // Not the end, so write a divider ':'
|
attacks += ":"; // Not the end, so write a divider ':'
|
||||||
}
|
}
|
||||||
lines.push_back( ssprintf( "#ATTACKS:%s;", attacks.c_str()));
|
lines.push_back( ssprintf( "#ATTACKS%s;", attacks.c_str()));
|
||||||
|
|
||||||
lines.push_back( ssprintf( "#OFFSET:%.6f;", in.m_Timing.m_fBeat0OffsetInSeconds ) );
|
lines.push_back( ssprintf( "#OFFSET:%.6f;", in.m_Timing.m_fBeat0OffsetInSeconds ) );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user