DRWInstanceData: Bump the max data size.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user