Fixed RevertFromDisk by making it turn off the InStepEditor flag while reloading the song. Removed redundant call of loaderSSC.TidyUpData from NotesLoader::LoadFromDir because loaderSSC.LoadFromDir calls it.
This commit is contained in:
+1
-2
@@ -35,8 +35,7 @@ bool NotesLoader::LoadFromDir( const RString &sPath, Song &out, set<RString> &Bl
|
||||
if( !list.empty() )
|
||||
{
|
||||
if( !loaderSSC.LoadFromDir( sPath, out, load_autosave ) )
|
||||
return false;
|
||||
loaderSSC.TidyUpData( out, false );
|
||||
{ return false; }
|
||||
return true;
|
||||
}
|
||||
SMALoader loaderSMA;
|
||||
|
||||
Reference in New Issue
Block a user