1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 01:42:59 +08:00

Remove redundant .this

This commit is contained in:
DrabWeb 2017-09-13 00:18:00 -03:00
parent 9e6f94b818
commit 0a5c963c4b

View File

@ -186,7 +186,7 @@ namespace osu.Game.Overlays.OnlineBeatmapSet
public DifficultySelectorButton(BeatmapInfo beatmap)
{
this.Beatmap = beatmap;
Beatmap = beatmap;
Size = new Vector2(size);
Margin = new MarginPadding { Horizontal = tile_spacing / 2 };