Skip to content

Commit

Permalink
Remove no-longer-correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Dec 11, 2024
1 parent 2f430be commit 5b78331
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions osu.Game/Screens/Select/BeatmapCarousel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ private void load(OsuConfigManager config, AudioManager audio, CancellationToken

if (detachedBeatmapStore != null && detachedBeatmapSets == null)
{
// This is performing an unnecessary second lookup on realm (in addition to the subscription), but for performance reasons
// we require it to be separate: the subscription's initial callback (with `ChangeSet` of `null`) will run on the update
// thread. If we attempt to detach beatmaps in this callback the game will fall over (it takes time).
detachedBeatmapSets = detachedBeatmapStore.GetDetachedBeatmaps(cancellationToken);
detachedBeatmapSets.BindCollectionChanged(beatmapSetsChanged);
loadNewRoot();
Expand Down

0 comments on commit 5b78331

Please sign in to comment.