Merge remote-tracking branch 'origin/master' into mania-playfield-inversions

This commit is contained in:
smoogipoo
2018-06-11 13:45:47 +09:00
27 changed files with 556 additions and 310 deletions

View File

@ -121,6 +121,8 @@ namespace osu.Game.Rulesets.UI
/// </summary>
private bool validState;
protected override bool RequiresChildrenUpdate => base.RequiresChildrenUpdate && validState;
private bool isAttached => replayInputHandler != null && !UseParentState;
private const int max_catch_up_updates_per_frame = 50;