From 5c891386842037910f5d522c7d3ffb1792b804db Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 22 Apr 2012 11:54:53 +0000 Subject: style cleanup: comments --- source/blender/blenkernel/BKE_subsurf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/BKE_subsurf.h') diff --git a/source/blender/blenkernel/BKE_subsurf.h b/source/blender/blenkernel/BKE_subsurf.h index 7f9881926a6..8179c688580 100644 --- a/source/blender/blenkernel/BKE_subsurf.h +++ b/source/blender/blenkernel/BKE_subsurf.h @@ -68,7 +68,7 @@ void subsurf_calculate_limit_positions(struct Mesh *me, float (*positions_r)[3]) int ccg_gridsize(int level); /* x/y grid coordinates at 'low_level' can be multiplied by the result - of this function to convert to grid coordinates at 'high_level' */ + * of this function to convert to grid coordinates at 'high_level' */ int ccg_factor(int low_level, int high_level); void subsurf_copy_grid_hidden(struct DerivedMesh *dm, @@ -78,7 +78,7 @@ void subsurf_copy_grid_hidden(struct DerivedMesh *dm, typedef enum MultiresModifiedFlags { /* indicates the grids have been sculpted on, so MDisps - have to be updated */ + * have to be updated */ MULTIRES_COORDS_MODIFIED = 1, /* indicates elements have been hidden or unhidden */ MULTIRES_HIDDEN_MODIFIED = 2 -- cgit v1.2.3