Merge pull request #62172 from and-rad/animtree-state-valid

This commit is contained in:
Yuri Rubinsky 2022-06-18 14:14:57 +03:00 committed by GitHub
commit f41cb30f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -919,7 +919,6 @@ void AnimationTree::_process_graph(double p_delta) {
state.valid = true; state.valid = true;
state.invalid_reasons = ""; state.invalid_reasons = "";
state.animation_states.clear(); //will need to be re-created state.animation_states.clear(); //will need to be re-created
state.valid = true;
state.player = player; state.player = player;
state.last_pass = process_pass; state.last_pass = process_pass;
state.tree = this; state.tree = this;