mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 00:44:18 +08:00
Disable scrolling speed control for osu!catch
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user