mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 00:02:57 +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>
|
/// <summary>
|
||||||
/// Offset away from the start time of the swell at which the Fade-In effect starts.
|
/// Offset away from the start time of the swell at which the Fade-In effect starts.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private const double fade_in_offset = 1800;
|
private const double fade_in_offset = 1833;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Duration of the Fade-In time of the swell.
|
/// Duration of the Fade-In time of the swell.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user