Disable scrolling speed control for osu!catch

This commit is contained in:
Hanamuke 2018-09-15 00:18:42 +02:00
parent 7a2d83d807
commit dd7f667fe3

View File

@ -22,6 +22,7 @@ namespace osu.Game.Rulesets.Catch.UI
private readonly CatcherArea catcherArea;
protected override bool UserScrollSpeedAdjustment => false;
public CatchPlayfield(BeatmapDifficulty difficulty, Func<CatchHitObject, DrawableHitObject<CatchHitObject>> getVisualRepresentation)
: base(BASE_WIDTH)
{