diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-02 11:02:55 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-02 11:02:55 -0800 |
commit | c8e97d83bd330103a24755692e3d409015be5a66 (patch) | |
tree | 4ff2daf7aaaa33a5e6b7a07268e8b71bf8442510 /indra | |
parent | 7d23b8432747c9c11834dac2b96019246073988a (diff) | |
parent | b877665551343dc94ca02c84622b06518f9c23d8 (diff) |
merge
Diffstat (limited to 'indra')
-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 a37de468b3..0dc1a88ee8 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -7908,6 +7908,7 @@ void LLPipeline::generateHighlight(LLCamera& camera) mHighlight.flush(); gGL.setColorMask(true, false); + gViewerWindow->setup3DViewport(); } } |