increase vertex buffer size a bit more (from MooglyGuy)

This commit is contained in:
Michaël Banaan Ananas 2013-05-27 21:58:44 +00:00
parent ca5f8908f5
commit 9ba2c2d05d

View File

@ -51,7 +51,7 @@
//============================================================
#define VERTEX_BASE_FORMAT (D3DFVF_DIFFUSE | D3DFVF_TEX1 | D3DFVF_TEX2)
#define VERTEX_BUFFER_SIZE (16384*4+4)
#define VERTEX_BUFFER_SIZE (20480*4+4)
//============================================================
// TYPE DEFINITIONS