fix for buffer overrun when grease pencil drawing in the clip editor.

This commit is contained in:
Campbell Barton
2011-11-13 13:52:15 +00:00
parent 393c7b2e93
commit d4d95ea1c1

View File

@@ -105,9 +105,9 @@ typedef struct tGPsdata {
short flags; /* flags that can get set during runtime */
float imat[4][4]; /* inverted transformation matrix applying when converting coords from screen-space
to region space */
* to region space */
float custom_color[3]; /* custom color for */
float custom_color[4]; /* custom color for (?) */
} tGPsdata;
/* values for tGPsdata->status */