[Bf-blender-cvs] [4b10e08778d] asset-greasepencil: GPencil: Cleanup comment

Antonio Vazquez noreply at git.blender.org
Sat Jul 24 12:38:12 CEST 2021


Commit: 4b10e08778d2be7ef038e0ad8d5ec33808827d6d
Author: Antonio Vazquez
Date:   Sat Jul 24 12:38:08 2021 +0200
Branches: asset-greasepencil
https://developer.blender.org/rB4b10e08778d2be7ef038e0ad8d5ec33808827d6d

GPencil: Cleanup comment

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

M	source/blender/editors/gpencil/gpencil_asset.c

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

diff --git a/source/blender/editors/gpencil/gpencil_asset.c b/source/blender/editors/gpencil/gpencil_asset.c
index e0edc6e449d..7ecf361b57b 100644
--- a/source/blender/editors/gpencil/gpencil_asset.c
+++ b/source/blender/editors/gpencil/gpencil_asset.c
@@ -112,14 +112,14 @@ typedef struct tGPDasset {
   /** 2D cage manipulator points *
    *
    * NW-R             NE-R (Rotation)
-   *    \           /
+   *    \            /
    *     NW----N----NE
    *     |          |
    *     W          E
    *     |          |
    *     SW----S----SE
    *    /           \
-   * SW-R             SE-R
+   * SW-R            SE-R
    */
   float manipulator[12][2];
   /** Manipulator index (-1 means not set). */



More information about the Bf-blender-cvs mailing list