Safer settings, EOL fix

This commit is contained in:
Siana Gearz
2012-07-23 04:02:20 +02:00
parent 9c1e74b0c0
commit b2f513caae
2 changed files with 9 additions and 9 deletions

View File

@@ -63,8 +63,8 @@ RenderDeferred 1 1
RenderDeferredSSAO 1 1
RenderShadowDetail 1 2
WatchdogDisabled 1 1
ShyotlRenderUseStreamVBO 1 1
RenderFSAASamples 1 16
ShyotlRenderUseStreamVBO 1 0
RenderFSAASamples 1 4
RenderMaxTextureIndex 1 16
RenderUseFBO 1 0

View File

@@ -4218,13 +4218,13 @@ void LLPipeline::renderDebug()
if (!hud_only && !mDebugBlips.empty())
{ //render debug blips
if (LLGLSLShader::sNoFixedFunction)
{
gUIProgram.bind();
}
gGL.getTexUnit(0)->bind(LLViewerFetchedTexture::sWhiteImagep, true);
if (LLGLSLShader::sNoFixedFunction)
{
gUIProgram.bind();
}
gGL.getTexUnit(0)->bind(LLViewerFetchedTexture::sWhiteImagep, true);
glPointSize(8.f);
LLGLDepthTest depth(GL_TRUE, GL_TRUE, GL_ALWAYS);