Add missing blank line

This commit is contained in:
Andrei Zavatski 2019-08-20 09:03:31 +03:00
parent 596ee150c6
commit f72edb8bf8

View File

@ -24,6 +24,7 @@ namespace osu.Game.Screens.Play.HitErrorDisplay
/// The amount of <see cref="JudgementResult"/> which will be stored to calculate arrow position.
/// </summary>
private const int stored_judgements_amount = 5;
private const int judgement_fade_duration = 10000;
private const int arrow_move_duration = 500;
private const int judgement_line_width = 8;