diff options
Diffstat (limited to 'indra/newview/llhudobject.cpp')
-rw-r--r-- | indra/newview/llhudobject.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llhudobject.cpp b/indra/newview/llhudobject.cpp index d6bafa9b58..07b0379f7a 100644 --- a/indra/newview/llhudobject.cpp +++ b/indra/newview/llhudobject.cpp @@ -281,6 +281,9 @@ void LLHUDObject::renderAll() hud_objp->render(); } } + + // cleanup any leftover client state, etc + LLVertexBuffer::unbind(); } // static |