You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove missing a category warning in visual shader node
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user