diff options
| author | James Cook <james@lindenlab.com> | 2009-12-08 16:14:24 -0800 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-12-08 16:14:24 -0800 |
| commit | 85272b3d69b981329143cf40a28022a903a0ae9d (patch) | |
| tree | 89a2c6f288d6ba2d9bc41bd8767cc63618537950 /indra/newview/llviewertexturelist.cpp | |
| parent | ae493ad72ffb6b5272cfb636a76a516a784e67f1 (diff) | |
| parent | 2fb6e2629bad808d50ee901c5dbdf2f1b71cc253 (diff) | |
Merge with Lis and Leyla' stuff
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
| -rw-r--r-- | indra/newview/llviewertexturelist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 5be7f2945f..e066546bd8 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -1454,6 +1454,8 @@ void LLUIImageList::onUIImageLoaded( BOOL success, LLViewerFetchedTexture *src_v llclamp((F32)scale_rect.mRight / (F32)imagep->getWidth(), 0.f, 1.f), llclamp((F32)scale_rect.mBottom / (F32)imagep->getHeight(), 0.f, 1.f))); } + + imagep->onImageLoaded(); } } } |
