diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2009-11-03 19:42:52 -0700 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2009-11-03 19:42:52 -0700 |
| commit | abf77532d8534fe98b8c05ddf049ad429da34992 (patch) | |
| tree | c2ff6ab2e598b4700ff16aa0712d0d58fc40aebb /indra/newview/lldrawpoolbump.cpp | |
| parent | 81e719387983990fe0a2a197a6e09059219c119a (diff) | |
fix the bug that textuer boost level is mixed with boolean numbers.
Diffstat (limited to 'indra/newview/lldrawpoolbump.cpp')
| -rw-r--r-- | indra/newview/lldrawpoolbump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index e087feeaec..5f845c3721 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -144,7 +144,7 @@ void LLStandardBumpmap::restoreGL() gStandardBumpmapList[LLStandardBumpmap::sStandardBumpmapCount].mImage = LLViewerTextureManager::getFetchedTexture(LLUUID(bump_image_id), TRUE, - FALSE, + LLViewerTexture::BOOST_NONE, LLViewerTexture::LOD_TEXTURE, 0, 0); |
