EXT-1336 Fix for hover highlight not working correctly with low detail settings.

master
David Parks 2009-11-02 16:37:42 +00:00
parent 9a196cdda8
commit f732ee6d2e
1 changed files with 1 additions and 0 deletions

View File

@ -7907,6 +7907,7 @@ void LLPipeline::generateHighlight(LLCamera& camera)
mHighlight.flush();
gGL.setColorMask(true, false);
gViewerWindow->setup3DViewport();
}
}