mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 21:52:51 +00:00
Remove missing a category
warning in visual shader node
This commit is contained in:
parent
a7a124a57d
commit
c7249f41e9
@ -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 New Issue
Block a user