Increase parser MAX_STRUCT_FIELDS
For internal rlglData State struct (internal structs are still not supported but this makes it less wrong).
This commit is contained in:
parent
0890adc44d
commit
ff36f765e6
|
|
@ -76,7 +76,7 @@
|
|||
#define MAX_STRUCT_LINE_LENGTH 2048 // Maximum length of one struct (multiple lines)
|
||||
|
||||
#define MAX_FUNCTION_PARAMETERS 12 // Maximum number of function parameters
|
||||
#define MAX_STRUCT_FIELDS 32 // Maximum number of struct fields
|
||||
#define MAX_STRUCT_FIELDS 64 // Maximum number of struct fields
|
||||
#define MAX_ENUM_VALUES 512 // Maximum number of enum values
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user