浏览代码

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

Yuri Rubinsky 3 年之前
父节点
当前提交
f41cb30f9b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      scene/animation/animation_tree.cpp

+ 0 - 1
scene/animation/animation_tree.cpp

@@ -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;