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

@ -48,7 +48,7 @@ namespace osu.Game.Graphics.UserInterface
/// Shows a float count as stars. Used as star difficulty display.
/// </summary>
/// <param name="stars">Maximum amount of stars to display.</param>
public StarCounter(int stars = 10) : base()
public StarCounter(int stars = 10)
{
IsRollingProportional = true;
RollingDuration = 150;