[Bf-blender-cvs] [cae4d8637cd] master: Cleanup: match parameter name in function declaration and implementation.

Bastien Montagne noreply at git.blender.org
Mon Oct 11 16:08:33 CEST 2021


Commit: cae4d8637cde13d8cba9dfd0db246f6cd0ecfc21
Author: Bastien Montagne
Date:   Mon Oct 11 16:07:57 2021 +0200
Branches: master
https://developer.blender.org/rBcae4d8637cde13d8cba9dfd0db246f6cd0ecfc21

Cleanup: match parameter name in function declaration and implementation.

===================================================================

M	source/blender/nodes/geometry/node_geometry_util.hh

===================================================================

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;



More information about the Bf-blender-cvs mailing list