d3dxof: Increase limit of number of children.
This commit is contained in:
parent
46d4bec269
commit
a91097ed33
|
@ -33,7 +33,7 @@
|
|||
#define MAX_NAME_LEN 32
|
||||
#define MAX_ARRAY_DIM 4
|
||||
#define MAX_MEMBERS 50
|
||||
#define MAX_CHILDREN 100
|
||||
#define MAX_CHILDREN 200
|
||||
#define MAX_TEMPLATES 200
|
||||
#define MAX_OBJECTS 500
|
||||
#define MAX_SUBOBJECTS 2000
|
||||
|
|
Loading…
Reference in New Issue