mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
[grumble]
This commit is contained in:
parent
b21b9ce163
commit
4297432d7e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ GL_Init (void)
|
|||
Con_Printf ("Dithering: ");
|
||||
|
||||
if (QFGL_ExtensionPresent ("3DFX_set_dither_mode")) {
|
||||
QF_gl3DfxSetDitherModeEXT dither_select = NULL;
|
||||
QF_3DfxSetDitherModeEXT dither_select = NULL;
|
||||
|
||||
dither_select = QFGL_ExtensionAddress ("gl3DfxSetDitherModeEXT");
|
||||
|
||||
|
|
Loading…
Reference in a new issue