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>2012-11-12 07:37:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-12 07:37:28 +0400
commit955b5db5e9840b597ed1d7e99825c17c3120295c (patch)
treebd46cf307d7d724d13edec29ff0564e80b5c0389 /source/blender/makesdna/DNA_gpencil_types.h
parent5d8a207b67aee18cadec742246b9dc9c052bd344 (diff)
build fix: recent commit broke building on 64bit linux
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 4dc86d028f8..d4b1f9a3c47 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -56,10 +56,8 @@ typedef struct bGPDstroke {
short thickness; /* thickness of stroke (currently not used) */
short flag; /* various settings about this stroke */
-
- float pad;
+
double inittime; /* Init time of stroke */
- float pad2;
} bGPDstroke;
/* bGPDstroke->flag */