Move all pause logic into PauseContainer

This commit is contained in:
Dean Herbert
2017-05-17 21:57:01 +09:00
parent 88a70e407c
commit 41c252760d
11 changed files with 242 additions and 370 deletions

View File

@ -31,6 +31,8 @@ namespace osu.Game.Screens.Play
public Action<double> OnSeek;
public override bool HandleInput => AllowSeeking;
private IClock audioClock;
public IClock AudioClock { set { audioClock = info.AudioClock = value; } }