Fix spot light searching in GLES

This commit is contained in:
Emile Belanger 2021-08-25 06:35:02 +01:00
parent 327ade4819
commit 451fc05a89

View file

@ -139,6 +139,7 @@ bool FGLRenderState::ApplyShader()
flavour.hasSpotLight = true;
break;
}
findSpotsPtr += LIGHT_VEC4_NUM * 4;
}
}