From b7204852cdbd9f2e051dce80b79b19d14c3e35d1 Mon Sep 17 00:00:00 2001 From: Ryan Baldwin Date: Sat, 25 Feb 2023 14:22:36 -0800 Subject: [PATCH] Disable usage of fog until picaGL fixes it --- source/gl_rmain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/gl_rmain.c b/source/gl_rmain.c index e37dbd6..69b764a 100644 --- a/source/gl_rmain.c +++ b/source/gl_rmain.c @@ -256,7 +256,7 @@ void R_DrawSpriteModel (entity_t *e) right = vright; } - Fog_DisableGFog (); + //Fog_DisableGFog (); glColor3f (1,1,1); @@ -291,7 +291,7 @@ void R_DrawSpriteModel (entity_t *e) glDisable (GL_ALPHA_TEST); - Fog_EnableGFog (); + //Fog_EnableGFog (); } /* @@ -1274,7 +1274,7 @@ void R_SetupFrame (void) if (cl.maxclients > 1) Cvar_Set ("r_fullbright", "0"); - Fog_SetupFrame (); //johnfitz + //Fog_SetupFrame (); //johnfitz R_AnimateLight ();