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:
authorHans Goudey <h.goudey@me.com>2021-09-20 02:59:01 +0300
committerHans Goudey <h.goudey@me.com>2021-09-20 02:59:01 +0300
commitc9e835fec1bcd8ae42b57feaefaa6f4d946f546f (patch)
tree5046f9239863c3bb4b5792e66b0855d96e79a51a /source/blender/makesdna/DNA_node_types.h
parent25aa943e8cb8d5a33beb906207255e5d0ea08544 (diff)
Fix build error after previous commit
Incorrect renaming and use of enum after search and replace.
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 39af3650558..f4c88333528 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -2046,7 +2046,7 @@ typedef enum GeometryNodeCurveResampleMode {
typedef enum GeometryNodeCurveSampleMode {
GEO_NODE_CURVE_SAMPLE_FACTOR = 0,
- GEO_NODE_CURVE_RESAMPLE_LENGTH = 1,
+ GEO_NODE_CURVE_SAMPLE_LENGTH = 1,
} GeometryNodeCurveSampleMode;
typedef enum GeometryNodeAttributeTransferMapMode {