From b73cac4e4f7fa054f3a486f3b9e24c968a44cb6f Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Thu, 25 Jan 2001 02:08:51 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/dxgsg/dxGraphicsStateGuardian.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/panda/src/dxgsg/dxGraphicsStateGuardian.h b/panda/src/dxgsg/dxGraphicsStateGuardian.h index bf15b6e10b..15faed7d5b 100644 --- a/panda/src/dxgsg/dxGraphicsStateGuardian.h +++ b/panda/src/dxgsg/dxGraphicsStateGuardian.h @@ -64,7 +64,10 @@ extern void dbgPrintVidMem(LPDIRECTDRAW7 pDD, LPDDSCAPS2 lpddsCaps,const char *p #define PRINTVIDMEM(pDD,pCaps,pMsg) #endif -const int VERT_BUFFER_SIZE = (8*1024L); +//const int VERT_BUFFER_SIZE = (8*1024L); +// For sparkle particles, we can have 4 vertices per sparkle, and a +// particle pool size of 1024 particles +const int VERT_BUFFER_SIZE = (32*4*1024L); //////////////////////////////////////////////////////////////////// // Class : DXGraphicsStateGuardian