Update in line with framework changes

This commit is contained in:
Dean Herbert
2018-02-28 21:50:52 +09:00
parent cff17f1864
commit 01fcf9c813
4 changed files with 5 additions and 5 deletions

View File

@ -101,7 +101,7 @@ namespace osu.Game.Rulesets.UI
//our clock will now be our parent's clock, but we want to replace this to allow manual control.
parentClock = Clock;
ShouldProcessClock = false;
ProcessCustomClock = false;
Clock = new FramedClock(clock = new ManualClock
{
CurrentTime = parentClock.CurrentTime,