mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove default value without use
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user