mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-17 17:11:19 +00:00
- forgot to save this.
This commit is contained in:
parent
63ad7d99d1
commit
21536781a9
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ void GLWall::RenderTranslucentWall()
|
||||||
{
|
{
|
||||||
if (gltexture)
|
if (gltexture)
|
||||||
{
|
{
|
||||||
if (gl_fixedcolormap == CM_DEFAULT && gl_lights && (gl.flags & RFL_BUFFER_STORAGE))
|
if (gl_fixedcolormap == CM_DEFAULT && gl_lights && gl.lightmethod == LM_DIRECT)
|
||||||
{
|
{
|
||||||
SetupLights();
|
SetupLights();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue