mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -72,7 +72,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
|
||||
private class BeatmapBackground : Background
|
||||
{
|
||||
private WorkingBeatmap beatmap;
|
||||
private readonly WorkingBeatmap beatmap;
|
||||
|
||||
public BeatmapBackground(WorkingBeatmap beatmap)
|
||||
{
|
||||
|
Reference in New Issue
Block a user