You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please search for existing issues and check for potential duplicates before filing yours.
ezQuake version:
3.6.4
OS/device including version:
RTX 3070, vid_renderer 1 but it also has same behaviour on 0
Describe the bug
Light from gl_colorlights 1 is missing on floors and walls when they have low blue color value with r_drawflat
To Reproduce
Steps to reproduce the behavior:
gl_colorloght 1
r_drawflat 1
set low blue value in floors and walls colors
For example:
r_floorcolor "130 130 0"
r_wallcolor "130 130 0"
Please search for existing issues and check for potential duplicates before filing yours.
ezQuake version:
3.6.4
OS/device including version:
RTX 3070, vid_renderer 1 but it also has same behaviour on 0
Describe the bug
Light from gl_colorlights 1 is missing on floors and walls when they have low blue color value with r_drawflat
To Reproduce
Steps to reproduce the behavior:
gl_colorloght 1
r_drawflat 1
set low blue value in floors and walls colors
For example:
r_floorcolor "130 130 0"
r_wallcolor "130 130 0"
Expected behavior
Show light
Screenshots
No light:
r_floorcolor "130 130 0"
r_wallcolor "130 130 0"
Light:
r_floorcolor "130 130 130"
r_wallcolor "130 130 130"
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: