mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-12 23:54:33 +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;
|
flavour.hasSpotLight = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
findSpotsPtr += LIGHT_VEC4_NUM * 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue