X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=nanoWrap.cpp;h=0428487e698841da06738fb165d5ddfb97e6685f;hb=63045ea16759232df455140efd8d5ed67986882d;hp=eea514e1ea6570eca3781965a7eba33f70c6e0d0;hpb=2a342cb7b58f8e29ec4852e195beed47d5f40821;p=nanogl.git diff --git a/nanoWrap.cpp b/nanoWrap.cpp index eea514e..0428487 100644 --- a/nanoWrap.cpp +++ b/nanoWrap.cpp @@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include +#include #include "gl.h" #include "glesinterface.h" @@ -204,7 +205,7 @@ struct VertexAttrib #endif }; -static VertexAttrib vertexattribs[8000]; +static VertexAttrib vertexattribs[40000]; static GLushort indexArray[30000];