1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 14:50:45 +08:00

Remove redundant .this

This commit is contained in:
DrabWeb
2017-09-13 00:18:00 -03:00
Unverified
parent 9e6f94b818
commit 0a5c963c4b
@@ -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 };