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/editors/sculpt_paint/paint_image_proj.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index a2101305b4b..f7a064cad0d 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -319,7 +319,7 @@ typedef struct ProjPixel {
PixelStore newColor;
PixelPointer pixel;
- short image_index; /* if anyone wants to paint onto more then 32768 images they can bite me */
+ short image_index; /* if anyone wants to paint onto more than 32768 images they can bite me */
unsigned char bb_cell_index;
} ProjPixel;