summaryrefslogtreecommitdiff
path: root/indra/newview/llvopartgroup.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-05-31 20:12:26 +0100
committerGraham Linden <graham@lindenlab.com>2018-05-31 20:12:26 +0100
commit3ed3cfce56e9d5c934db350f36ab13c51e3330c1 (patch)
tree8e8ff75dd95baa89fb2998c7af692f1658d43c48 /indra/newview/llvopartgroup.h
parenteb8eaa58a4e28b4db2736000f22fbd97371ef9db (diff)
parent40d4e8b2e6d25a625c7a5ef5dd3e94321d18ce82 (diff)
Merge 5.1.6
Diffstat (limited to 'indra/newview/llvopartgroup.h')
-rw-r--r--indra/newview/llvopartgroup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvopartgroup.h b/indra/newview/llvopartgroup.h
index 2ef8b1c848..4e4d6e609d 100644
--- a/indra/newview/llvopartgroup.h
+++ b/indra/newview/llvopartgroup.h
@@ -42,7 +42,8 @@ public:
//vertex buffer for holding all particles
static LLPointer<LLVertexBuffer> sVB;
- static S32 sVBSlotCursor;
+ static S32 sVBSlotFree[LL_MAX_PARTICLE_COUNT];
+ static S32 *sVBSlotCursor;
static void initClass();
static void restoreGL();