diff --git a/osu.Game.Mode.Osu/Objects/Drawables/Pieces/SliderBody.cs b/osu.Game.Mode.Osu/Objects/Drawables/Pieces/SliderBody.cs index e3423e78a0..58a3147541 100644 --- a/osu.Game.Mode.Osu/Objects/Drawables/Pieces/SliderBody.cs +++ b/osu.Game.Mode.Osu/Objects/Drawables/Pieces/SliderBody.cs @@ -142,6 +142,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces SetRange(start, end); } + // --------------------------------------------- DO NOT MERGE THIS ----------------------------------------------------------------------- public class BodyTexture : BufferedContainer { private Box gradientPortion; @@ -201,5 +202,6 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces }; } } + // --------------------------------------------- DO NOT MERGE THIS ----------------------------------------------------------------------- } } \ No newline at end of file