Improve comment

This commit is contained in:
Dean Herbert 2019-03-13 18:27:54 +09:00
parent 1617e2a729
commit 3d4a80957f
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ public class DrawableJudgement : CompositeDrawable
protected SpriteText JudgementText;
/// <summary>
/// The amount of time for this judgement to initially fade in.
/// Duration of initial fade in.
/// Default fade out will start immediately after this duration.
/// </summary>
/// <remarks> Override this to change fade in times of mode-specific judgements </remarks>
protected virtual double FadeInDuration => 100;
/// <summary>