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
1 changed files with 1 additions and 1 deletions

View File

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