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:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user