Implicit base()

This commit is contained in:
Adonais Romero González
2016-10-12 21:46:51 -05:00
parent 8f0093f133
commit 1d8d2fa9c9
7 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Graphics.UserInterface
/// Displays score.
/// </summary>
/// <param name="leading">How many leading zeroes the counter will have.</param>
public ScoreCounter(uint leading = 0) : base()
public ScoreCounter(uint leading = 0)
{
countSpriteText.FixedWidth = true;
LeadingZeroes = leading;