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:
parent
93dbc55738
commit
a2959e9171
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user