Skip to content
Snippets Groups Projects
Commit 36be134a authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-292

Checker: UNINIT_CTOR
Function: LLRender::LLRender()
File: /indra/llrender/llrender.cpp
parent 75aec285
No related branches found
No related tags found
No related merge requests found
...@@ -733,8 +733,11 @@ void LLTexUnit::debugTextureUnit(void) ...@@ -733,8 +733,11 @@ void LLTexUnit::debugTextureUnit(void)
LLRender::LLRender() LLRender::LLRender()
: mDirty(false), mCount(0), mMode(LLRender::TRIANGLES), : mDirty(false),
mMaxAnisotropy(0.f) mCount(0),
mMode(LLRender::TRIANGLES),
mCurrTextureUnitIndex(0),
mMaxAnisotropy(0.f)
{ {
mBuffer = new LLVertexBuffer(immediate_mask, 0); mBuffer = new LLVertexBuffer(immediate_mask, 0);
mBuffer->allocateBuffer(4096, 0, TRUE); mBuffer->allocateBuffer(4096, 0, TRUE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment