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:
authorJoshua Leung <aligorith@gmail.com>2015-12-13 15:09:28 +0300
committerJoshua Leung <aligorith@gmail.com>2015-12-13 15:09:28 +0300
commit94265057b5fa87da257a46d583d7cbbd157e8a2a (patch)
tree9816bc3b4ccaf5d53bd5fe22fad5a732301b7fb2 /source/blender/editors/gpencil/gpencil_brush.c
parent46218dc9f9dde0685c3580d3f3ebb37fa0db36e9 (diff)
Fixed incomplete comment
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_brush.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_brush.c b/source/blender/editors/gpencil/gpencil_brush.c
index 48d8b427c06..91518a53114 100644
--- a/source/blender/editors/gpencil/gpencil_brush.c
+++ b/source/blender/editors/gpencil/gpencil_brush.c
@@ -706,7 +706,7 @@ static bool gp_brush_randomise_apply(tGP_BrushEditData *gso, bGPDstroke *gps, in
* by placing the midpoint of the buffer strokes under the cursor now
*
* - Otherwise, in:
- * "Stamp Mode" - Move the newly pasted strokes so that their center
+ * "Stamp Mode" - Move the newly pasted strokes so that their center follows the cursor
* "Continuous" - Repeatedly just paste new copies for where the brush is now
*/