mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-25 21:31:12 +00:00
Yea, that's definitely a crash if you don't return there, even on Apple (wtf?).
This commit is contained in:
parent
9237b835f7
commit
482dc447ab
1 changed files with 0 additions and 2 deletions
|
@ -1717,11 +1717,9 @@ int GL_ExtensionSupported( const char *extension ){
|
||||||
}
|
}
|
||||||
|
|
||||||
extensions = qglGetString( GL_EXTENSIONS );
|
extensions = qglGetString( GL_EXTENSIONS );
|
||||||
#ifndef __APPLE__
|
|
||||||
if ( !extensions ) {
|
if ( !extensions ) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
// It takes a bit of care to be fool-proof about parsing the
|
// It takes a bit of care to be fool-proof about parsing the
|
||||||
// OpenGL extensions string. Don't be fooled by sub-strings, etc.
|
// OpenGL extensions string. Don't be fooled by sub-strings, etc.
|
||||||
|
|
Loading…
Reference in a new issue