git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4433 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2013-07-27 18:59:52 +00:00
parent f975113d10
commit 0fae92fec2
1 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ qboolean GLVID_Init (rendererstate_t *info, unsigned char *palette)
}
GL_Init(GLES_GetSymbol);
vid.recalc_refdef = 1;
return true;
}
#else
@ -173,7 +172,6 @@ qboolean GLVID_Init (rendererstate_t *info, unsigned char *palette)
vid.pixelheight = h;
GL_Init(GLES_GetSymbol);
vid.recalc_refdef = 1;
return true;
}