diff options
author | Dave Parks <davep@lindenlab.com> | 2022-10-13 11:20:23 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-10-13 11:20:23 -0500 |
commit | 0e3f8db632e2f616b0ab9bd3363c20d2f1acb549 (patch) | |
tree | a1b3119513e7d2210f4c43fbb684d3a650f55bfa /indra/newview/llviewerdisplay.cpp | |
parent | c06fd0d753985297105e4656b7e2c39d155ba2b5 (diff) |
SL-18190 Fix for blurry name tags.
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 189c60844b..a617bdb2cb 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -1420,9 +1420,8 @@ void render_ui(F32 zoom_factor, int subfield) if (render_ui) { LL_PROFILE_ZONE_NAMED_CATEGORY_UI("UI 2D"); //LL_RECORD_BLOCK_TIME(FTM_RENDER_UI_2D); + LLHUDObject::renderAll(); render_ui_2d(); - LLGLState::checkStates(); - gGL.flush(); } gViewerWindow->setup2DRender(); |