mac crashfix and compilation correction. the former's down to a typo, the latter, needed specification for which class->setTexture(near identical sig) to use

This commit is contained in:
Brian Roberts 2019-12-05 21:30:01 -06:00
parent 2046926b27
commit c0226d4640
2 changed files with 2 additions and 2 deletions

View file

@ -771,7 +771,7 @@ void RenderProbeMgr::render( SceneRenderState *state )
}
else
{
mProbeArrayEffect->setTexture(6, NULL);
mProbeArrayEffect->setTexture(6, GFXTexHandle(NULL));
}
mProbeArrayEffect->setTexture(3, mBRDFTexture);