浏览代码

Delete the node in AnimationTreePlayer.remove_node

Haoyu Qiu 4 年之前
父节点
当前提交
859922a5f0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scene/animation/animation_tree_player.cpp

+ 1 - 0
scene/animation/animation_tree_player.cpp

@@ -1314,6 +1314,7 @@ void AnimationTreePlayer::remove_node(const StringName &p_node) {
 		}
 	}
 
+	memdelete(node_map[p_node]);
 	node_map.erase(p_node);
 
 	_clear_cycle_test();