diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-07 12:36:20 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-07 12:36:20 +0200 |
commit | 627c7de801bcf1f2a706c2c077a3fecf54a3bfe8 (patch) | |
tree | 233e39ace41574bb6a1c64b83e1336b78fedba06 /indra/newview | |
parent | a654989812853484733c1d03af98f64821323a7a (diff) |
SL-19134 Some texture related adjustments
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llthumbnailctrl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llthumbnailctrl.cpp b/indra/newview/llthumbnailctrl.cpp index 35bf9cb04c..8f51f2c80d 100644 --- a/indra/newview/llthumbnailctrl.cpp +++ b/indra/newview/llthumbnailctrl.cpp @@ -100,9 +100,7 @@ void LLThumbnailCtrl::draw() gl_rect_2d_checkerboard( draw_rect, alpha ); } - //LLRectf uv_rect(0, 0, draw_rect.getWidth()/32.f, draw_rect.getHeight()/32.f); gl_draw_scaled_image( draw_rect.mLeft, draw_rect.mBottom, draw_rect.getWidth(), draw_rect.getHeight(), mTexturep, UI_VERTEX_COLOR % alpha); - //mTexturep->addTextureStats( (F32)(draw_rect.getWidth() * draw_rect.getHeight()) ); mTexturep->setKnownDrawSize(draw_rect.getWidth(), draw_rect.getHeight()); } |