Skip to content
Snippets Groups Projects
Commit 0b6abe30 authored by ¡Cinder! ㊝'s avatar ¡Cinder! ㊝ :speech_balloon:
Browse files

Yeah

parent a4759de1
No related branches found
No related tags found
No related merge requests found
...@@ -3438,7 +3438,6 @@ const LLViewerRegion::tex_matrix_t& LLViewerRegion::getWorldMapTiles() const ...@@ -3438,7 +3438,6 @@ const LLViewerRegion::tex_matrix_t& LLViewerRegion::getWorldMapTiles() const
for (U32 y = 0; y != totalY; ++y) for (U32 y = 0; y != totalY; ++y)
{ {
const std::string map_url = getMapServerURL().append(llformat("map-1-%d-%d-objects.jpg", gridX + x, gridY + y)); const std::string map_url = getMapServerURL().append(llformat("map-1-%d-%d-objects.jpg", gridX + x, gridY + y));
LL_WARNS() << "WOO! " << map_url << LL_ENDL;
LLPointer<LLViewerTexture> tex(LLViewerTextureManager::getFetchedTextureFromUrl(map_url, FTT_MAP_TILE, TRUE, LLPointer<LLViewerTexture> tex(LLViewerTextureManager::getFetchedTextureFromUrl(map_url, FTT_MAP_TILE, TRUE,
LLViewerTexture::BOOST_NONE, LLViewerTexture::LOD_TEXTURE)); LLViewerTexture::BOOST_NONE, LLViewerTexture::LOD_TEXTURE));
mWorldMapTiles.push_back(tex); mWorldMapTiles.push_back(tex);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment