summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-04 19:27:00 -0500
committerEric M. Tulla (BigPapi) <tulla@lindenlab.com>2009-11-04 19:27:00 -0500
commitc527ade45beb1db2e1801646945812344a520ed0 (patch)
tree65a8e11c03a5888a5b4f37c587465dcaf08573d7 /indra
parent26d81f656ab358c8089da4b0e4e558ac2c4374b9 (diff)
Fix for DEV-32672 / VWR-13349. Prim move grid display wasn't mipmapping properly.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llmaniptranslate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmaniptranslate.cpp b/indra/newview/llmaniptranslate.cpp
index 2153f77336..f1b3a37677 100644
--- a/indra/newview/llmaniptranslate.cpp
+++ b/indra/newview/llmaniptranslate.cpp
@@ -163,7 +163,7 @@ void LLManipTranslate::restoreGL()
GLuint* d = new GLuint[rez*rez];
- gGL.getTexUnit(0)->bindManual(LLTexUnit::TT_TEXTURE, sGridTex->getTexName());
+ gGL.getTexUnit(0)->bindManual(LLTexUnit::TT_TEXTURE, sGridTex->getTexName(), true);
gGL.getTexUnit(0)->setTextureFilteringOption(LLTexUnit::TFO_TRILINEAR);
while (rez >= 1)