mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 20:22:56 +08:00
Increase Fade-In offset to match stable better
This commit is contained in:
parent
a5b4abda88
commit
c580790699
@ -38,7 +38,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
/// <summary>
|
||||
/// Offset away from the start time of the swell at which the Fade-In effect starts.
|
||||
/// </summary>
|
||||
private const double fade_in_offset = 1800;
|
||||
private const double fade_in_offset = 1833;
|
||||
/// <summary>
|
||||
/// Duration of the Fade-In time of the swell.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user