Warning fix
This commit is contained in:
@@ -335,7 +335,7 @@ void LLDrawPoolAlpha::render(S32 pass)
|
|||||||
gPipeline.enableLightsFullbright(LLColor4(1,1,1,1));
|
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);
|
LLViewerFetchedTexture::sSmokeImagep->addTextureStats(1024.f*1024.f);
|
||||||
gGL.getTexUnit(0)->bind(LLViewerFetchedTexture::sSmokeImagep, TRUE) ;
|
gGL.getTexUnit(0)->bind(LLViewerFetchedTexture::sSmokeImagep, TRUE) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user