mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Slight rewording
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user