Fixes 2 minor mistake corrections

This commit is contained in:
Areloch 2020-09-20 01:19:08 -05:00
parent 8956559bfd
commit 350d3e6702
3 changed files with 4 additions and 2 deletions

View file

@ -306,6 +306,7 @@ void RenderTranslucentMgr::render( SceneRenderState *state )
if (passRI->accuTex != lastAccuTex)
{
sgData.accuTex = passRI->accuTex;
lastAccuTex = passRI->accuTex;
dirty = true;
}