Skip to content

Commit

Permalink
Disable SVs from being visualised in mania editor
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Aug 15, 2023
1 parent 4e96853 commit ec9e7f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game.Rulesets.Mania/Edit/DrawableManiaEditorRuleset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using osu.Framework.Graphics;
using osuTK;
using osu.Game.Beatmaps;
using osu.Game.Configuration;
using osu.Game.Rulesets.Mania.UI;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.UI;
Expand All @@ -19,6 +20,7 @@ public partial class DrawableManiaEditorRuleset : DrawableManiaRuleset
public DrawableManiaEditorRuleset(Ruleset ruleset, IBeatmap beatmap, IReadOnlyList<Mod>? mods)
: base(ruleset, beatmap, mods)
{
ScrollMethod = ScrollVisualisationMethod.Constant;
}

protected override Playfield CreatePlayfield() => new ManiaEditorPlayfield(Beatmap.Stages)
Expand Down

0 comments on commit ec9e7f1

Please sign in to comment.