Skip to content

Commit 91882c6

Browse files
update loading window text before recalculating ssrs to indicate what is happening
1 parent f215a54 commit 91882c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SongManager.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ void SongManager::InitAll( LoadingWindow *ld )
9090
m_GroupsToNeverCache.insert(*group);
9191
}
9292
InitSongsFromDisk( ld );
93+
ld->SetText("Updating SSR Calculations for Scores...");
9394
}
9495

9596
static LocalizedString RELOADING ( "SongManager", "Reloading..." );

0 commit comments

Comments
 (0)