Cleanup: match parameter name in function declaration and implementation.

This commit is contained in:
Bastien Montagne
2021-10-11 16:07:57 +02:00
parent 4703e125bf
commit cae4d8637c

View File

@@ -89,7 +89,7 @@ void separate_geometry(GeometrySet &geometry_set,
const GeometryNodeDeleteGeometryMode mode, const GeometryNodeDeleteGeometryMode mode,
const Field<bool> &selection_field, const Field<bool> &selection_field,
const bool invert, const bool invert,
bool &r_error_message); bool &r_is_error);
struct CurveToPointsResults { struct CurveToPointsResults {
int result_size; int result_size;