Remove the dangerous function

This commit is contained in:
EVAST9919
2017-10-03 20:05:50 +03:00
parent b94c78e993
commit feb0b1852f
2 changed files with 16 additions and 4 deletions

View File

@ -222,7 +222,7 @@ namespace osu.Game.Screens.Play
hudOverlay.ModDisplay.Current.BindTo(working.Mods);
hudOverlay.ReplaySettingsOverlay.PlaybackSettings.BindClock(adjustableSourceClock);
hudOverlay.ReplaySettingsOverlay.PlaybackSettings.AdjustableClock = adjustableSourceClock;
// Bind ScoreProcessor to ourselves
scoreProcessor.AllJudged += onCompletion;