mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
needed for macos, apparently. there's still a bug elsewhere.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4307 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b90b032238
commit
53f8676f83
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ int main (int c, const char **v)
|
|||
|
||||
#ifdef __MACOSX__
|
||||
//wow, not even windows was this absurd.
|
||||
#ifdef RGLQUAKE
|
||||
#ifdef GLQUAKE
|
||||
if (glcocoaRunLoop())
|
||||
{
|
||||
oldtime = Sys_DoubleTime ();
|
||||
|
|
Loading…
Reference in a new issue