Warning fix

This commit is contained in:
Drake Arconis
2013-10-06 22:55:30 -04:00
parent 817c01595f
commit a1751dcc1e

View File

@@ -335,7 +335,7 @@ void LLDrawPoolAlpha::render(S32 pass)
gPipeline.enableLightsFullbright(LLColor4(1,1,1,1));
}
gGL.diffuseColor4f(0.9,0,0,0.4);
gGL.diffuseColor4f(0.9f,0.f,0.f,0.4f);
LLViewerFetchedTexture::sSmokeImagep->addTextureStats(1024.f*1024.f);
gGL.getTexUnit(0)->bind(LLViewerFetchedTexture::sSmokeImagep, TRUE) ;