Linux; Make sure GCC is still happy after latest updates.
parent
98da46eac9
commit
67091be7a4
|
|
@ -99,7 +99,10 @@ void LLDrawPoolTree::render(S32 pass)
|
|||
LLOverrideFaceColor color(this, 1.f, 1.f, 1.f, 1.f);
|
||||
|
||||
// [SL:KB] - Patch: Render-TextureToggle (Catznip-4.0)
|
||||
gGL.getTexUnit(sDiffTex)->bind( (LLPipeline::sRenderTextures) ? mTexturep : LLViewerFetchedTexture::sDefaultDiffuseImagep );
|
||||
if( (LLPipeline::sRenderTextures) )
|
||||
gGL.getTexUnit(sDiffTex)->bind( mTexturep );
|
||||
else
|
||||
gGL.getTexUnit(sDiffTex)->bind( LLViewerFetchedTexture::sDefaultDiffuseImagep );
|
||||
// [/SL:KB]
|
||||
// gGL.getTexUnit(sDiffTex)->bind(mTexturep);
|
||||
|
||||
|
|
|
|||
|
|
@ -199,6 +199,8 @@ bool RlvActions::canShowName(EShowNamesContext eContext, const LLUUID& idAgent)
|
|||
case SNC_TELEPORTOFFER:
|
||||
case SNC_TELEPORTREQUEST:
|
||||
return gRlvHandler.isException(RLV_BHVR_SHOWNAMES, idAgent);
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue