diff options
author | callum <none@none> | 2009-10-26 09:28:22 -0700 |
---|---|---|
committer | callum <none@none> | 2009-10-26 09:28:22 -0700 |
commit | c5bd549b277ba2e0a1040715a974f32b67d9834b (patch) | |
tree | aded2e7ec7fae026d9ee755c2a2ad251781e0586 /indra/newview/llworldmapview.cpp | |
parent | d8ed8489b01743cf97716e4385ab37881eeedf6a (diff) | |
parent | 53c972a521cbb92c6c9390c41b250a41dc22cd5a (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()) |