GP: Increase stats file size

For big files, the size of the field for number of points  was not enough
This commit is contained in:
Antonioya
2018-08-17 13:49:40 +02:00
parent 8b79a150f8
commit ba60e5d41b

View File

@@ -359,9 +359,10 @@ typedef struct bGPdata {
/* stats */
short totlayer;
short totframe;
short totstroke;
short totpoint;
char pad_2[6];
int totstroke;
int totpoint;
char pad_3[4];
bGPdata_runtime runtime;
} bGPdata;