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:
authorCampbell Barton <ideasman42@gmail.com>2018-12-06 00:45:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-06 00:45:41 +0300
commit5bc7b9c3c631b4346efe8415fc6d8a32e87971c7 (patch)
tree900c2744122d243569912c03c0f2afb275dffcde /source/blender/editors/include
parent5103fa4ae73fbaba9b972d13dec68f0c72a145b2 (diff)
Cleanup: unused var, style
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_gpencil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index b23f5afef52..3ea0dbf10fa 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -83,7 +83,7 @@ typedef struct tGPspoint {
/* Temporary 'Stroke Point' data (2D / screen-space)
*
- * Used for primitives. See: D4030
+ * Used for primitives. See: D4030
*/
typedef struct tPGPspoint {
float x, y; /* x and y coordinates of cursor (in relative to area) */