Skip to content
Snippets Groups Projects
Commit a91097ed authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard
Browse files

d3dxof: Increase limit of number of children.

parent 46d4bec2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment