show song BPM on BMS file (based on main steps type) instead of defaulting to 60.
This commit is contained in:
@@ -1188,6 +1188,9 @@ bool BMSLoader::LoadFromDir( const RString &sDir, Song &out )
|
||||
delete pNewNotes;
|
||||
}
|
||||
|
||||
// set song's timing data to the main file.
|
||||
out.m_SongTiming = apSteps[iMainDataIndex]->m_Timing;
|
||||
|
||||
SlideDuplicateDifficulties( out );
|
||||
|
||||
ConvertString( out.m_sMainTitle, "utf-8,japanese" );
|
||||
|
||||
Reference in New Issue
Block a user