mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 22:22:54 +08:00
Slight rewording
This commit is contained in:
parent
54013790fc
commit
65d541456a
@ -279,7 +279,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
private void changeBeatmap(WorkingBeatmap newWorking)
|
||||
{
|
||||
// The provided beatmap is same as current, no need to do any changes.
|
||||
// If the provided beatmap is same as current, then there is no need to do any changes.
|
||||
if (newWorking == current)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user