mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Use const whenever possible.
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Screens.Select.Options
|
||||
{
|
||||
public class BeatmapOptionsButton : ClickableContainer
|
||||
{
|
||||
private static readonly float width = 130;
|
||||
private const float width = 130;
|
||||
|
||||
private readonly Box background;
|
||||
private readonly Box flash;
|
||||
|
Reference in New Issue
Block a user