mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
Fix spot light searching in GLES
This commit is contained in:
parent
327ade4819
commit
451fc05a89
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ bool FGLRenderState::ApplyShader()
|
|||
flavour.hasSpotLight = true;
|
||||
break;
|
||||
}
|
||||
findSpotsPtr += LIGHT_VEC4_NUM * 4;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue