mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add missing blank line
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user