From 482dc447ab9747388dc06ab1b4f7b3e22a106d27 Mon Sep 17 00:00:00 2001 From: jdolan Date: Thu, 27 Jun 2013 10:02:03 -0400 Subject: [PATCH] Yea, that's definitely a crash if you don't return there, even on Apple (wtf?). --- radiant/qgl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/radiant/qgl.c b/radiant/qgl.c index cf42a3b6..881e616e 100644 --- a/radiant/qgl.c +++ b/radiant/qgl.c @@ -1717,11 +1717,9 @@ int GL_ExtensionSupported( const char *extension ){ } extensions = qglGetString( GL_EXTENSIONS ); -#ifndef __APPLE__ if ( !extensions ) { return 0; } -#endif // It takes a bit of care to be fool-proof about parsing the // OpenGL extensions string. Don't be fooled by sub-strings, etc.