mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-04-22 16:33:31 +00:00
- fixed: fake contrast was not applied.
This commit is contained in:
parent
6ac3e4ce42
commit
a210447912
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