1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 05:22:54 +08:00

Make ctor protected

This commit is contained in:
Andrei Zavatski 2020-07-12 12:39:48 +03:00
parent c3524cbe57
commit be36a4b768

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Comments.Buttons
private readonly Box background; private readonly Box background;
private readonly OsuSpriteText text; private readonly OsuSpriteText text;
public CommentRepliesButton() protected CommentRepliesButton()
{ {
AutoSizeAxes = Axes.Both; AutoSizeAxes = Axes.Both;
Margin = new MarginPadding Margin = new MarginPadding