summaryrefslogtreecommitdiff
path: root/indra/newview/llworldmapview.cpp
diff options
context:
space:
mode:
authorcallum <none@none>2009-10-26 09:28:22 -0700
committercallum <none@none>2009-10-26 09:28:22 -0700
commitc5bd549b277ba2e0a1040715a974f32b67d9834b (patch)
treeaded2e7ec7fae026d9ee755c2a2ad251781e0586 /indra/newview/llworldmapview.cpp
parentd8ed8489b01743cf97716e4385ab37881eeedf6a (diff)
parent53c972a521cbb92c6c9390c41b250a41dc22cd5a (diff)
Merge
Diffstat (limited to 'indra/newview/llworldmapview.cpp')
-rw-r--r--indra/newview/llworldmapview.cpp2
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())