mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 06:03:38 +00:00
Merge pull request #62172 from and-rad/animtree-state-valid
This commit is contained in:
commit
f41cb30f9b
@ -919,7 +919,6 @@ void AnimationTree::_process_graph(double p_delta) {
|
||||
state.valid = true;
|
||||
state.invalid_reasons = "";
|
||||
state.animation_states.clear(); //will need to be re-created
|
||||
state.valid = true;
|
||||
state.player = player;
|
||||
state.last_pass = process_pass;
|
||||
state.tree = this;
|
||||
|
Loading…
Reference in New Issue
Block a user