From bceeb06c3a60f0decc2e26a5681dfe0df54d12c2 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Wed, 17 May 2023 08:44:32 -0400 Subject: [PATCH] Deprecation cleanup --- indra/newview/altoolalign.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/altoolalign.cpp b/indra/newview/altoolalign.cpp index 8cbe3ddbe8b..e87d30c2ce5 100644 --- a/indra/newview/altoolalign.cpp +++ b/indra/newview/altoolalign.cpp @@ -372,7 +372,6 @@ void ALToolAlign::render() // Draw bounding box LLGLSUIDefault gls_ui; LLGLEnable gl_blend(GL_BLEND); - LLGLEnable gls_alpha_test(GL_ALPHA_TEST); LLGLDepthTest gls_depth(GL_FALSE); gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); -- GitLab