mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Revert "Always update children when ruleset input manager is updated"
This reverts commit 4eb7a349442680ace0fb534b4f8bf5a03903c1b0.
This commit is contained in:
parent
4e1b801dd8
commit
9bdb3113ce
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user