Move implementation to be legacy only

This commit is contained in:
Endrik Tombak
2021-08-16 22:52:19 +03:00
parent 314c342841
commit ef367c6547
2 changed files with 4 additions and 1 deletions

View File

@ -62,6 +62,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
protected override bool InterpolateMovements => !disjointTrail;
protected override float IntervalMultiplier => 1 / Math.Max(cursorSize.Value, 1);
protected override bool AvoidDrawingNearCursor => !disjointTrail;
protected override void Update()
{