mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:07:33 +08:00
Fix code style
This commit is contained in:
parent
1ff77754fd
commit
a5a19319cc
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user