mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-15 16:40:49 +00:00
Merge pull request #4 from nzp-team/ryan_fogfix
Disable usage of fog until picaGL fixes it
This commit is contained in:
commit
1f6757eb0e
1 changed files with 3 additions and 3 deletions
|
@ -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 ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue