mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
Fix r_polygonmode cvar
git-svn-id: https://svn.eduke32.com/eduke32@7422 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bf7ee94a2d
commit
35efbccfa3
1 changed files with 1 additions and 0 deletions
|
@ -7016,6 +7016,7 @@ int32_t polymost_printext256(int32_t xpos, int32_t ypos, int16_t col, int16_t ba
|
||||||
polymost_setFogEnabled(false);
|
polymost_setFogEnabled(false);
|
||||||
// We want to have readable text in wireframe mode, too:
|
// We want to have readable text in wireframe mode, too:
|
||||||
glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
|
glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
|
||||||
|
lastglpolygonmode = 0;
|
||||||
|
|
||||||
if (backcol >= 0)
|
if (backcol >= 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue