Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-10-11 17:07:57 +0300
committerBastien Montagne <bastien@blender.org>2021-10-11 17:08:28 +0300
commitcae4d8637cde13d8cba9dfd0db246f6cd0ecfc21 (patch)
treed24fcd20dc01fda45d97e98d76c779acb79333b2 /source/blender/nodes/geometry/node_geometry_util.hh
parent4703e125bf4bb2b604aa78131e9b1a5a7c01c7af (diff)
Cleanup: match parameter name in function declaration and implementation.
Diffstat (limited to 'source/blender/nodes/geometry/node_geometry_util.hh')
-rw-r--r--source/blender/nodes/geometry/node_geometry_util.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/node_geometry_util.hh b/source/blender/nodes/geometry/node_geometry_util.hh
index 875308ac116..21404525748 100644
--- a/source/blender/nodes/geometry/node_geometry_util.hh
+++ b/source/blender/nodes/geometry/node_geometry_util.hh
@@ -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;