Commit a91097ed authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dxof: Increase limit of number of children.

parent 46d4bec2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment