mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-12-03 08:52:59 +00:00
- fixed: fake contrast was not applied.
This commit is contained in:
parent
6e6ddfbc25
commit
0a539ed2d5
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ void GLWall::RenderMirrorSurface()
|
|||
void GLWall::RenderTextured(int rflags)
|
||||
{
|
||||
int tmode = gl_RenderState.GetTextureMode();
|
||||
int rel = getExtraLight();
|
||||
int rel = rellight + getExtraLight();
|
||||
|
||||
if (flags & GLWF_GLOW)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue