Merge pull request #95465 from jsjtxietian/remove-category-warning
Remove `missing a category` warning in visual shader node
This commit is contained in:
commit
1346aaf4e7
1 changed files with 0 additions and 1 deletions
|
@ -412,7 +412,6 @@ String VisualShaderNode::get_warning(Shader::Mode p_mode, VisualShader::Type p_t
|
|||
}
|
||||
|
||||
VisualShaderNode::Category VisualShaderNode::get_category() const {
|
||||
WARN_PRINT(get_caption() + " is missing a category.");
|
||||
return CATEGORY_NONE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue