From 63045ea16759232df455140efd8d5ed67986882d Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 17 Apr 2015 20:25:45 +0600 Subject: [PATCH] Extend array vertexattribs --- nanoWrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanoWrap.cpp b/nanoWrap.cpp index bfeee74..0428487 100644 --- a/nanoWrap.cpp +++ b/nanoWrap.cpp @@ -205,7 +205,7 @@ struct VertexAttrib #endif }; -static VertexAttrib vertexattribs[8000]; +static VertexAttrib vertexattribs[40000]; static GLushort indexArray[30000]; -- 2.29.2