diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-19 10:50:06 -0800 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-19 10:50:06 -0800 | 
| commit | c64755b23b9c6d4cf95d7eb9f22bd822c503faef (patch) | |
| tree | e4b5eb95fc96e8794b2eb40e03862f38b83bdafb /indra/newview | |
| parent | a8cc535f544bb9b9941e0c45276db12d9c8e885d (diff) | |
With great sadness, disable an assert that's firing.  Add comment at to why.
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/lltexlayer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/lltexlayer.cpp b/indra/newview/lltexlayer.cpp index 72ef383be9..4a7d784c3e 100644 --- a/indra/newview/lltexlayer.cpp +++ b/indra/newview/lltexlayer.cpp @@ -1139,7 +1139,7 @@ LLTexLayerInterface::LLTexLayerInterface(const LLTexLayerInterface &layer, LLWea  BOOL LLTexLayerInterface::setInfo(const LLTexLayerInfo *info, LLWearable* wearable  ) // This sets mInfo and calls initialization functions  { -	llassert(mInfo == NULL); +	//llassert(mInfo == NULL); // nyx says this is probably bogus but needs investigating  	mInfo = info;  	//mID = info->mID; // No ID | 
