You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
add checks for node type range in add_node function
This commit is contained in:
@@ -926,7 +926,7 @@ void AnimationTreePlayer::add_node(NodeType p_type, const StringName &p_node) {
|
||||
|
||||
ERR_FAIL_COND(p_type == NODE_OUTPUT);
|
||||
ERR_FAIL_COND(node_map.has(p_node));
|
||||
|
||||
ERR_FAIL_INDEX(p_type, NODE_MAX);
|
||||
NodeBase *n = NULL;
|
||||
|
||||
switch (p_type) {
|
||||
|
||||
Reference in New Issue
Block a user