mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Change the way ShouldProcessClock is specified in line with framework changes
This commit is contained in:
parent
f76c6a47d2
commit
73fb185132
@ -62,6 +62,7 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
|
||||
{
|
||||
// as we are currently very dependent on having a running clock, let's make our own clock for the time being.
|
||||
Clock = new FramedClock();
|
||||
ShouldProcessClock = true;
|
||||
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
|
@ -91,8 +91,6 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
#region Clock control
|
||||
|
||||
protected override bool ShouldProcessClock => false; // We handle processing the clock ourselves
|
||||
|
||||
private ManualClock clock;
|
||||
private IFrameBasedClock parentClock;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user