diff options
| author | angela <angela@lindenlab.com> | 2009-10-27 13:26:50 +0800 |
|---|---|---|
| committer | angela <angela@lindenlab.com> | 2009-10-27 13:26:50 +0800 |
| commit | 773ce219c6317dc753369fa280d5d7f6c4b23550 (patch) | |
| tree | cbfc416e124efa20726d1db10a3324732cafb269 /indra/newview/llworldmapview.cpp | |
| parent | f60314f22758daa22d096f2166367258d761d8b4 (diff) | |
| parent | 4767b546e6917ab4b2561553cf617d577fe998ff (diff) | |
merge
Diffstat (limited to 'indra/newview/llworldmapview.cpp')
| -rw-r--r-- | indra/newview/llworldmapview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llworldmapview.cpp b/indra/newview/llworldmapview.cpp index 3aad5c7378..823db027ee 100644 --- a/indra/newview/llworldmapview.cpp +++ b/indra/newview/llworldmapview.cpp @@ -368,7 +368,7 @@ void LLWorldMapView::draw() continue; } - current_image->setBoostLevel(LLViewerTexture::BOOST_MAP_LAYER); + current_image->setBoostLevel(LLViewerTexture::BOOST_MAP); current_image->setKnownDrawSize(llround(pix_width * LLUI::sGLScaleFactor.mV[VX]), llround(pix_height * LLUI::sGLScaleFactor.mV[VY])); if (!current_image->hasGLTexture()) |
