DRWInstanceData: Bump the max data size.

This commit is contained in:
Clément Foucault 2018-01-09 15:37:28 +01:00
parent 35ac496dbd
commit 2ee5e05107
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#define MAX_INSTANCE_DATA_SIZE 28 /* Can be adjusted for more */
#define MAX_INSTANCE_DATA_SIZE 32 /* Can be adjusted for more */
struct DRWInstanceData {
struct DRWInstanceData *next;