diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-26 08:54:58 +0000 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-26 08:54:58 +0000 | 
| commit | 6acaa5fe309fb2986e1dc1b445f90dba4a2ce418 (patch) | |
| tree | 62674f4d332eca653a11a17faea76215e66bdec0 /indra | |
| parent | fad31dc087cb670bd4479195cac2c31da9a55e57 (diff) | |
If the EXT-5854 fix is correct, this assert no longer makes sense.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llrender/llimagegl.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp index 5edd6c8886..3d8bd21609 100644 --- a/indra/llrender/llimagegl.cpp +++ b/indra/llrender/llimagegl.cpp @@ -1743,8 +1743,6 @@ BOOL LLImageGL::getMask(const LLVector2 &tc)  			llassert(false);  		} -		llassert(mPickMaskWidth >= 0 && mPickMaskHeight >= 0); -		  		S32 x = llfloor(u * mPickMaskWidth);  		S32 y = llfloor(v * mPickMaskHeight); | 
