diff options
author | simon_linden <none@none> | 2013-09-19 15:30:34 -0700 |
---|---|---|
committer | simon_linden <none@none> | 2013-09-19 15:30:34 -0700 |
commit | d3625d0b672d59b0164e1b4615edbb9550912ec6 (patch) | |
tree | 292f86a4e1dc65d57faee094f5365bf72a240846 /indra/llrender/llvertexbuffer.h | |
parent | 8fa463113c19682a64988d2f8c527ef5e5dd156c (diff) | |
parent | 95e34d86b9d86b3b3c7d3c39620e35b06f8fa9cf (diff) |
Merge downstream code
Diffstat (limited to 'indra/llrender/llvertexbuffer.h')
-rwxr-xr-x | indra/llrender/llvertexbuffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llrender/llvertexbuffer.h b/indra/llrender/llvertexbuffer.h index b7597cf60e..de58207c23 100755 --- a/indra/llrender/llvertexbuffer.h +++ b/indra/llrender/llvertexbuffer.h @@ -104,11 +104,12 @@ public: class MappedRegion { public: + S32 mType; S32 mIndex; S32 mCount; S32 mEnd; - MappedRegion(S32 index, S32 count); + MappedRegion(S32 type, S32 index, S32 count); }; LLVertexBuffer(const LLVertexBuffer& rhs) |