Merge pull request #4 from nzp-team/ryan_fogfix

Disable usage of fog until picaGL fixes it
This commit is contained in:
Ian 2023-02-27 10:30:37 -05:00 committed by GitHub
commit 1f6757eb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -256,7 +256,7 @@ void R_DrawSpriteModel (entity_t *e)
right = vright; right = vright;
} }
Fog_DisableGFog (); //Fog_DisableGFog ();
glColor3f (1,1,1); glColor3f (1,1,1);
@ -291,7 +291,7 @@ void R_DrawSpriteModel (entity_t *e)
glDisable (GL_ALPHA_TEST); glDisable (GL_ALPHA_TEST);
Fog_EnableGFog (); //Fog_EnableGFog ();
} }
/* /*
@ -1274,7 +1274,7 @@ void R_SetupFrame (void)
if (cl.maxclients > 1) if (cl.maxclients > 1)
Cvar_Set ("r_fullbright", "0"); Cvar_Set ("r_fullbright", "0");
Fog_SetupFrame (); //johnfitz //Fog_SetupFrame (); //johnfitz
R_AnimateLight (); R_AnimateLight ();