NotesWriterSSC: fix steps offset when saving
This commit is contained in:
@@ -372,7 +372,7 @@ static RString GetSSCNoteData( const Song &song, const Steps &in, bool bSavingCa
|
|||||||
// XXX: Is there a better way to write this?
|
// XXX: Is there a better way to write this?
|
||||||
if (const_cast<TimingData &>(song.m_SongTiming) != in.m_Timing)
|
if (const_cast<TimingData &>(song.m_SongTiming) != in.m_Timing)
|
||||||
{
|
{
|
||||||
lines.push_back( ssprintf( "#OFFSET:%.f;", in.m_Timing.m_fBeat0OffsetInSeconds ) );
|
lines.push_back( ssprintf( "#OFFSET:%.6f;", in.m_Timing.m_fBeat0OffsetInSeconds ) );
|
||||||
GetTimingTags( lines, in.m_Timing );
|
GetTimingTags( lines, in.m_Timing );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user