fixed clipping not working with gl_rect calls
EXT-1397 - description edit field is brokenmaster
parent
723a86f608
commit
0292fec348
|
|
@ -77,6 +77,8 @@ LLScreenClipRect::LLScreenClipRect(const LLRect& rect, BOOL enabled)
|
|||
|
||||
LLScreenClipRect::~LLScreenClipRect()
|
||||
{
|
||||
// finish any deferred calls in this clipping region
|
||||
gGL.flush();
|
||||
if (mEnabled)
|
||||
{
|
||||
popClipRect();
|
||||
|
|
|
|||
Loading…
Reference in New Issue