Remove `missing a category` warning in visual shader node

This commit is contained in:
jsjtxietian 2024-08-13 12:20:59 +08:00
parent a7a124a57d
commit c7249f41e9
1 changed files with 0 additions and 1 deletions

View File

@ -412,7 +412,6 @@ String VisualShaderNode::get_warning(Shader::Mode p_mode, VisualShader::Type p_t
} }
VisualShaderNode::Category VisualShaderNode::get_category() const { VisualShaderNode::Category VisualShaderNode::get_category() const {
WARN_PRINT(get_caption() + " is missing a category.");
return CATEGORY_NONE; return CATEGORY_NONE;
} }