SL-17274: Cleanup incorrect emissive comment

master
Ptolemy 2022-06-27 15:01:13 -07:00
parent 3bc1c69caa
commit 402cbefc8f
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ void LLDrawPoolPBROpaque::renderDeferred(S32 pass)
if (params.mEmissiveMap)
{
gDeferredPBROpaqueProgram.bindTexture(LLShaderMgr::EMISSIVE_MAP, params.mEmissiveMap); // Packed Occlusion Roughness Metal
gDeferredPBROpaqueProgram.bindTexture(LLShaderMgr::EMISSIVE_MAP, params.mEmissiveMap);
}
else
{