[splittiming] Force tidying up of the song.

This will force tidying up of the timing,
thus stopping the SpeedSegment crashes.
This commit is contained in:
Jason Felds
2011-05-16 23:44:06 -04:00
parent 2526413d45
commit 9701b60910
7 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ bool DWILoader::LoadFromDir( const RString &sPath_, Song &out, set<RString> &Bla
// do nothing. We don't care about this value name
}
}
out.TidyUpData();
return true;
}