1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00

Fix code style

This commit is contained in:
PercyDan54 2021-04-02 21:15:28 +08:00
parent 1ff77754fd
commit a5a19319cc
No known key found for this signature in database
GPG Key ID: 6AEA7C525131BAF3

View File

@ -223,9 +223,11 @@ namespace osu.Game.Screens.Select
if (beatmap != requestedBeatmap)
// the beatmap has been changed since we started the lookup.
return;
updateMetrics();
});
};
api.Queue(lookup);
loading.Show();
}