From c580790699218acb013eee14f35bf9e848d1b2a3 Mon Sep 17 00:00:00 2001
From: Anthony <59863144+t0nik@users.noreply.github.com>
Date: Wed, 29 Jan 2025 05:30:05 +0100
Subject: [PATCH] Increase Fade-In offset to match stable better
---
osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableSwell.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableSwell.cs b/osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableSwell.cs
index 6dd70b6d3e..f0e072b7c8 100644
--- a/osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableSwell.cs
+++ b/osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableSwell.cs
@@ -38,7 +38,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
///
/// Offset away from the start time of the swell at which the Fade-In effect starts.
///
- private const double fade_in_offset = 1800;
+ private const double fade_in_offset = 1833;
///
/// Duration of the Fade-In time of the swell.
///