Merge pull request #9649 from peppy/hide-repeat-judgements

Hide slider repeat judgements temporarily
This commit is contained in:
Dan Balasescu 2020-07-22 20:36:00 +09:00 committed by GitHub
commit 372754f1a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ public class DrawableSliderRepeat : DrawableOsuHitObject, ITrackSnaking
private readonly Drawable scaleContainer;
public override bool DisplayResult => false;
public DrawableSliderRepeat(SliderRepeat sliderRepeat, DrawableSlider drawableSlider)
: base(sliderRepeat)
{