forked from organicmaps/organicmaps
[drape, bugfix]
This commit is contained in:
parent
968c236539
commit
ec4c3ae988
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ bool GLFunctions::glHasExtension(const string & name)
|
|||
if (isspace(*end) || *end == '\0')
|
||||
return true;
|
||||
|
||||
extensions = ptr;
|
||||
extensions = end;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue