diff options
author | David Parks <davep@lindenlab.com> | 2009-11-02 16:37:42 +0000 |
---|---|---|
committer | David Parks <davep@lindenlab.com> | 2009-11-02 16:37:42 +0000 |
commit | f732ee6d2e24cd42a06b9cf51c8f6c577f2e476e (patch) | |
tree | 9cbe9e3ae457d389f2ea388e8865a8395484a86b /indra/newview/pipeline.cpp | |
parent | 9a196cdda8fa62b90f6f390b21986712d198f03e (diff) |
EXT-1336 Fix for hover highlight not working correctly with low detail settings.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index b50e71bf48..b01a4f5161 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -7907,6 +7907,7 @@ void LLPipeline::generateHighlight(LLCamera& camera) mHighlight.flush(); gGL.setColorMask(true, false); + gViewerWindow->setup3DViewport(); } } |