cache StepsID::ToSteps to speed up html writing

This commit is contained in:
Glenn Maynard
2004-05-21 05:08:04 +00:00
parent 1d9e4c4658
commit f0fdfc5e58
3 changed files with 25 additions and 6 deletions
+2
View File
@@ -339,6 +339,8 @@ void Song::RevertFromDisk( bool bAllowNotesLoss )
}
}
}
StepsID::FlushCache();
}