[Bf-blender-cvs] [c283f9ffb0d] greasepencil-refactor: Cleanup: Typo error

Antonio Vazquez noreply at git.blender.org
Sun Jan 5 12:51:12 CET 2020


Commit: c283f9ffb0d3cab8dd4f82c4e58cd11e109ef20a
Author: Antonio Vazquez
Date:   Sun Jan 5 12:51:01 2020 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rBc283f9ffb0d3cab8dd4f82c4e58cd11e109ef20a

Cleanup: Typo error

===================================================================

M	source/blender/draw/engines/gpencil/gpencil_engine.c

===================================================================

diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.c b/source/blender/draw/engines/gpencil/gpencil_engine.c
index ac52f735575..45f7aed26d8 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.c
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.c
@@ -937,7 +937,7 @@ static void gp_stroke_cache_populate(bGPDlayer *UNUSED(gpl),
 static void gp_sbuffer_cache_populate(gpIterPopulateData *iter)
 {
   iter->do_sbuffer_call = DRAW_NOW;
-  /* In order to draw the sbuffer stroke correctly mixed with other storkes,
+  /* In order to draw the sbuffer stroke correctly mixed with other strokes,
    * we need to offset the stroke index of the sbuffer stroke and the subsequent strokes.
    * Remember, sbuffer stroke indices start from 0. So we add last index to avoid
    * masking issues. */



More information about the Bf-blender-cvs mailing list