mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Restore accidently removed comment
This commit is contained in:
parent
295ca38cda
commit
5247ebaf53
@ -34,6 +34,10 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user