Skip to content
Snippets Groups Projects
Commit a90ea468 authored by David Parks's avatar David Parks
Browse files

SH-2240 Fix for beacons not rendering (or crashing when rendered)

parent 40fe2563
No related branches found
No related tags found
No related merge requests found
......@@ -777,6 +777,11 @@ void LLViewerObjectList::renderObjectBeacons()
LLGLSUIDefault gls_ui;
if (LLGLSLShader::sNoFixedFunction)
{
gUIProgram.bind();
}
{
gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment