This commit is contained in:
Nishi 2026-02-02 19:26:33 +09:00
commit d0f9cf24dc
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 4 additions and 4 deletions

View file

@ -72,7 +72,7 @@ GSBool GSGLShadowBeforeMapping(GSGL gl) {
GSVector3 n;
int i;
for(i = 0; i < 3; i++) n[i] = -gl->engine->client->light0[i];
for(i = 0; i < 3; i++) n[i] = gl->engine->client->light0[i];
GSMathNormalize3(n);