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/gpencil/gpencil_paint.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index 1f3230e44fe..7b2a106b5cc 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -1771,7 +1771,7 @@ static void gp_init_drawing_brush(bContext *C, tGPsdata *p)
curvemapping_initialize(brush->gpencil_settings->curve_strength);
curvemapping_initialize(brush->gpencil_settings->curve_jitter);
- /* asign to temp tGPsdata */
+ /* assign to temp tGPsdata */
p->brush = brush;
if (brush->gpencil_settings->brush_type != GP_BRUSH_TYPE_ERASE) {
p->eraser = gp_get_default_eraser(p->bmain, ts);