fix for buffer overrun when grease pencil drawing in the clip editor.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user