1
0
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:
Anthony 2025-01-29 05:30:05 +01:00
parent a5b4abda88
commit c580790699

View File

@ -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>