Restore accidently removed comment

This commit is contained in:
ekrctb 2020-11-22 18:30:51 +09:00
parent 295ca38cda
commit 5247ebaf53
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ protected override void OnNewDrawableHitObject(DrawableHitObject d)
d.ApplyCustomUpdateState += updateState;
}
/// <summary>
/// Hit objects are intentionally made to fade out at a constant slower rate than in gameplay.
/// This allows a mapper to gain better historical context and use recent hitobjects as reference / snap points.
/// </summary>
private const double editor_hit_object_fade_out_extension = 700;
private void updateState(DrawableHitObject hitObject, ArmedState state)