If the EXT-5854 fix is correct, this assert no longer makes sense.
parent
fad31dc087
commit
6acaa5fe30
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue