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:
Diffstat (limited to 'source/blender/blenkernel/intern/multires_reshape_vertcos.c')
-rw-r--r--source/blender/blenkernel/intern/multires_reshape_vertcos.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/multires_reshape_vertcos.c b/source/blender/blenkernel/intern/multires_reshape_vertcos.c
index c47b50faa03..5aff0b3caa2 100644
--- a/source/blender/blenkernel/intern/multires_reshape_vertcos.c
+++ b/source/blender/blenkernel/intern/multires_reshape_vertcos.c
@@ -38,8 +38,10 @@ typedef struct MultiresReshapeAssignVertcosContext {
const int num_vert_coords;
} MultiresReshapeAssignVertcosContext;
-/* Set single displacement grid value at a reshape level to a correspnding vertex coordinate.
- * This function will be called for every side of a boundary grid points for inner coordinates. */
+/**
+ * Set single displacement grid value at a reshape level to a corresponding vertex coordinate.
+ * This function will be called for every side of a boundary grid points for inner coordinates.
+ */
static void multires_reshape_vertcos_foreach_single_vertex(
const SubdivForeachContext *foreach_context,
const GridCoord *grid_coord,