1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

Remove default value without use

This commit is contained in:
HoutarouOreki 2018-07-26 13:43:47 +02:00
parent 93dbc55738
commit a2959e9171

View File

@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Changelog
};
}
public ChangelogContentGroup(APIChangelog build, bool newDate = false)
public ChangelogContentGroup(APIChangelog build, bool newDate)
{
ClickableText clickableText;
RelativeSizeAxes = Axes.X;