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

CID-359

Checker: UNINIT_CTOR
Function: LLLocalTextureObject::LLLocalTextureObject(LLViewerFetchedTexture *, const LLUUID &)
File: /indra/newview/lllocaltextureobject.cpp
parent 63aef899
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,9 @@ LLLocalTextureObject::LLLocalTextureObject() : ...@@ -47,7 +47,9 @@ LLLocalTextureObject::LLLocalTextureObject() :
mImage = NULL; mImage = NULL;
} }
LLLocalTextureObject::LLLocalTextureObject(LLViewerFetchedTexture* image, const LLUUID& id) LLLocalTextureObject::LLLocalTextureObject(LLViewerFetchedTexture* image, const LLUUID& id) :
mIsBakedReady(FALSE),
mDiscard(MAX_DISCARD_LEVEL+1)
{ {
mImage = image; mImage = image;
gGL.getTexUnit(0)->bind(mImage); gGL.getTexUnit(0)->bind(mImage);
......
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