Update in line with inverse ShoudProcessClock default

This commit is contained in:
Dean Herbert
2018-02-27 17:23:12 +09:00
parent 8e78a7b114
commit cff17f1864
5 changed files with 16 additions and 10 deletions

View File

@ -101,6 +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;
Clock = new FramedClock(clock = new ManualClock
{
CurrentTime = parentClock.CurrentTime,