summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolbump.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-02-22 14:58:50 -0600
committerDave Parks <davep@lindenlab.com>2022-02-22 14:58:50 -0600
commit1c5c45f27317d6ee7c2c30de11f43aeee3855434 (patch)
tree2b62d6c4bbc228db6788ddf54f55d4e2a42a2fba /indra/newview/lldrawpoolbump.cpp
parent1461e4d437996784cc8afe5d4b3bfa873d3dbfa1 (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.cpp5
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