This commit is contained in:
ilwar2 2019-12-03 12:05:06 +03:00 committed by GitHub
parent 819dcf90aa
commit 032ebb89e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);