fixed
This commit is contained in:
parent
819dcf90aa
commit
032ebb89e3
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ static bool IsExtensionSupported(const char *extension)
|
|||
start = extensions;
|
||||
while (true) {
|
||||
if (!start)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
ptr = (GLubyte *)strstr((const char *)start, extension);
|
||||
|
|
Loading…
Add table
Reference in a new issue