mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Move sample pausing logic out of FrameStabilityContainer
This commit is contained in:
@ -65,7 +65,7 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
public override Container FrameStableComponents { get; } = new Container { RelativeSizeAxes = Axes.Both };
|
||||
|
||||
public override GameplayClock FrameStableClock => frameStabilityContainer.GameplayClock;
|
||||
public override FrameStableClock FrameStableClock => frameStabilityContainer.FrameStableClock;
|
||||
|
||||
private bool frameStablePlayback = true;
|
||||
|
||||
@ -404,7 +404,7 @@ namespace osu.Game.Rulesets.UI
|
||||
/// <summary>
|
||||
/// The frame-stable clock which is being used for playfield display.
|
||||
/// </summary>
|
||||
public abstract GameplayClock FrameStableClock { get; }
|
||||
public abstract FrameStableClock FrameStableClock { get; }
|
||||
|
||||
/// <summary>~
|
||||
/// The associated ruleset.
|
||||
|
Reference in New Issue
Block a user