diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-02-22 14:58:50 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-02-22 14:58:50 -0600 |
| commit | 1c5c45f27317d6ee7c2c30de11f43aeee3855434 (patch) | |
| tree | 2b62d6c4bbc228db6788ddf54f55d4e2a42a2fba /indra/newview/lldrawpoolbump.cpp | |
| parent | 1461e4d437996784cc8afe5d4b3bfa873d3dbfa1 (diff) | |
SL-16815 Fix for broken media texture updates when multithreaded GL is disabled.
Diffstat (limited to 'indra/newview/lldrawpoolbump.cpp')
| -rw-r--r-- | indra/newview/lldrawpoolbump.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index 7d03cb7609..0a0cfc5cdf 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -1311,11 +1311,6 @@ void LLBumpImageList::onSourceLoaded( BOOL success, LLViewerTexture *src_vi, LLI if (main_queue) { //dispatch creation to background thread - LLImageRaw* dst_ptr = dst_image; - LLViewerTexture* bump_ptr = bump; - dst_ptr->ref(); - bump_ptr->ref(); - main_queue->postTo(sTexUpdateQueue, create_texture, gen_normal_map); } else |
