mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 04:52:55 +08:00
Remove redundant .this
This commit is contained in:
parent
9e6f94b818
commit
0a5c963c4b
@ -186,7 +186,7 @@ namespace osu.Game.Overlays.OnlineBeatmapSet
|
|||||||
|
|
||||||
public DifficultySelectorButton(BeatmapInfo beatmap)
|
public DifficultySelectorButton(BeatmapInfo beatmap)
|
||||||
{
|
{
|
||||||
this.Beatmap = beatmap;
|
Beatmap = beatmap;
|
||||||
Size = new Vector2(size);
|
Size = new Vector2(size);
|
||||||
Margin = new MarginPadding { Horizontal = tile_spacing / 2 };
|
Margin = new MarginPadding { Horizontal = tile_spacing / 2 };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user