From: Alibek Omarov Date: Fri, 17 Apr 2015 14:25:45 +0000 (+0600) Subject: Extend array vertexattribs X-Git-Url: http://deadsoftware.ru/gitweb?p=nanogl.git;a=commitdiff_plain;h=63045ea16759232df455140efd8d5ed67986882d Extend array vertexattribs --- 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];