mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Rename all remaining cases
This commit is contained in:
@ -23,7 +23,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
base.Beatmap = value;
|
||||
|
||||
Leaderboard.Beatmap = value is DummyWorkingBeatmap ? null : value?.BeatmapInfo;
|
||||
Leaderboard.BeatmapInfo = value is DummyWorkingBeatmap ? null : value?.BeatmapInfo;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user