From 6acaa5fe309fb2986e1dc1b445f90dba4a2ce418 Mon Sep 17 00:00:00 2001
From: Tofu Linden <tofu.linden@lindenlab.com>
Date: Fri, 26 Mar 2010 08:54:58 +0000
Subject: [PATCH] If the EXT-5854 fix is correct, this assert no longer makes
 sense.

---
 indra/llrender/llimagegl.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp
index 5edd6c88860..3d8bd216097 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);
 
-- 
GitLab