[Bf-blender-cvs] [2bd3cb26201] asset-greasepencil: Cleanup: Comments

Antonio Vazquez noreply at git.blender.org
Thu Jul 22 14:04:01 CEST 2021


Commit: 2bd3cb262018f1c449b544baf559ba471bda1b0a
Author: Antonio Vazquez
Date:   Thu Jul 22 14:03:52 2021 +0200
Branches: asset-greasepencil
https://developer.blender.org/rB2bd3cb262018f1c449b544baf559ba471bda1b0a

Cleanup: Comments

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

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 0a2997dfad1..a5a99276c3a 100644
--- a/source/blender/editors/gpencil/gpencil_asset.c
+++ b/source/blender/editors/gpencil/gpencil_asset.c
@@ -67,7 +67,7 @@
 
 #define ROTATION_CONTROL_GAP 15.0f
 
-/* Temporary Asset import operation data */
+/* Temporary Asset import operation data. */
 typedef struct tGPDasset {
   struct wmWindow *win;
   struct Main *bmain;



More information about the Bf-blender-cvs mailing list