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:
authorNicholas Bishop <nicholasbishop@gmail.com>2010-07-21 07:43:38 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2010-07-21 07:43:38 +0400
commit6f4039ec1ddbbb50dac142d86974feaf24002684 (patch)
treeb1faa2e9342e363a749f04e2033449926da2e2fd /source/blender/editors/sculpt_paint/paint_stroke.c
parentc16049ab5ce509897cddd0872effd883aaa2b9c8 (diff)
parent4c526245240178077516948784c3a51971a35830 (diff)
svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r30510:30563
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_stroke.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index f58fcc92571..cca1e97dc1e 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -69,7 +69,7 @@ struct PaintStroke {
float last_mouse_position[2];
- /* Set whether any stroke step has yet occured
+ /* Set whether any stroke step has yet occurred
e.g. in sculpt mode, stroke doesn't start until cursor
passes over the mesh */
int stroke_started;