If the EXT-5854 fix is correct, this assert no longer makes sense.

master
Tofu Linden 2010-03-26 08:54:58 +00:00
parent fad31dc087
commit 6acaa5fe30
1 changed files with 0 additions and 2 deletions

View File

@ -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);