Only UpdateMeterSort when necessary (when sorting), account for other games and styles.

Songs are already sorted by title so no need to do so again (otherwise big boi lag)
This commit is contained in:
Crash Cringle
2024-03-02 23:48:04 -08:00
committed by teejusb
parent ad5f3e0653
commit becd375544
5 changed files with 12 additions and 21 deletions
-1
View File
@@ -1006,7 +1006,6 @@ int sm_main(int argc, char* argv[])
UNLOCKMAN = new UnlockManager;
SONGMAN->UpdatePopular();
SONGMAN->UpdatePreferredSort();
SONGMAN->UpdateMeterSort();
NETWORK = new NetworkManager;
STATSMAN = new StatsManager;