Merge pull request #2763 from peppy/revert-update-subtree

Revert InputManager UpdateSubTree change
This commit is contained in:
Dean Herbert 2018-06-08 22:06:55 +09:00 committed by GitHub
commit a5ddae3f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ protected override void LoadComplete()
/// </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;