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.
///