[Bf-blender-cvs] [53a9446b71a] greasepencil-edit-curve: GPencil: Cleanup comment

Antonio Vazquez noreply at git.blender.org
Sun Jun 7 19:10:23 CEST 2020


Commit: 53a9446b71a62bda3f42646fdf76fd09ca7bfa59
Author: Antonio Vazquez
Date:   Sun Jun 7 19:10:14 2020 +0200
Branches: greasepencil-edit-curve
https://developer.blender.org/rB53a9446b71a62bda3f42646fdf76fd09ca7bfa59

GPencil: Cleanup comment

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

M	source/blender/makesdna/DNA_gpencil_types.h

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

diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 266d40f1934..4ca060a39a9 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -201,7 +201,7 @@ typedef struct bGPDstroke_Runtime {
   int stroke_start;
   /** Triangle offset in the ibo where this fill starts. */
   int fill_start;
-  /** Curve Handles offset in the ibo where this fill starts. */
+  /** Curve Handles offset in the ibo where this handle starts. */
   int curve_start;
 
   /** Original stroke (used to dereference evaluated data) */



More information about the Bf-blender-cvs mailing list