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:
authorCampbell Barton <ideasman42@gmail.com>2019-08-22 02:13:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-22 02:13:17 +0300
commitc2442541a62e48bd10499438c84d20bf21cac2c0 (patch)
tree6751f09132ef4488aae390228b0a158b4cb15db0 /source/blender/editors/object/object_modifier.c
parent189aa32a3ac0e949275d16ffb19576a1306d1780 (diff)
Cleanup: typo in last commit
Diffstat (limited to 'source/blender/editors/object/object_modifier.c')
-rw-r--r--source/blender/editors/object/object_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_modifier.c b/source/blender/editors/object/object_modifier.c
index 8275a1eb5c4..58a072d9e5f 100644
--- a/source/blender/editors/object/object_modifier.c
+++ b/source/blender/editors/object/object_modifier.c
@@ -716,7 +716,7 @@ static int modifier_apply_obdata(
vertexCos = BKE_curve_nurbs_vert_coords_alloc(&curve_eval->nurb, &numVerts);
mti->deformVerts(md_eval, &mectx, NULL, vertexCos, numVerts);
- BK_curve_nurbs_vert_coords_apply(&curve->nurb, vertexCos);
+ BKE_curve_nurbs_vert_coords_apply(&curve->nurb, vertexCos);
MEM_freeN(vertexCos);