My appologies, it's not a compiler bug, I just can't read.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@962 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ee02371019
commit
adbb8afa29
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ void Sys_SendKeyEvents(void)
|
|||
switch(qrenderer)
|
||||
{
|
||||
#ifdef RGLQUAKE
|
||||
case QR_OPENLGL:
|
||||
case QR_OPENGL:
|
||||
glwidth = event.resize.w;
|
||||
glheight = event.resize.h;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue