aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerimage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerimage.cpp')
-rw-r--r--linden/indra/newview/llviewerimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerimage.cpp b/linden/indra/newview/llviewerimage.cpp
index a564352..5559491 100644
--- a/linden/indra/newview/llviewerimage.cpp
+++ b/linden/indra/newview/llviewerimage.cpp
@@ -210,7 +210,7 @@ LLViewerImage::LLViewerImage(const LLString& filename, const LLUUID& id, BOOL us
210 : LLImageGL(usemipmaps), 210 : LLImageGL(usemipmaps),
211 mID(id) 211 mID(id)
212{ 212{
213 mLocalFileName = gDirUtilp->getExpandedFilename(LL_PATH_SKINS, "textures", filename); 213 mLocalFileName = gDirUtilp->findSkinnedFilename("textures", filename);
214 init(true); 214 init(true);
215 sImageCount++; 215 sImageCount++;
216} 216}