diff options
| -rw-r--r-- | indra/newview/llglsandbox.cpp | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp index 8c872283bd..844d7ba41c 100644 --- a/indra/newview/llglsandbox.cpp +++ b/indra/newview/llglsandbox.cpp @@ -777,6 +777,11 @@ void LLViewerObjectList::renderObjectBeacons()  	LLGLSUIDefault gls_ui; +	if (LLGLSLShader::sNoFixedFunction) +	{ +		gUIProgram.bind(); +	} +  	{  		gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);  | 
