mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed a comment
This commit is contained in:
parent
aef3b07508
commit
3c6f585d1b
1 changed files with 1 additions and 1 deletions
|
@ -1403,7 +1403,7 @@ namespace bgfx { namespace gl
|
|||
{
|
||||
GLint numExtensions = 0;
|
||||
glGetIntegerv(GL_NUM_EXTENSIONS, &numExtensions);
|
||||
glGetError(); // ignore error if glGetString returns NULL.
|
||||
glGetError(); // ignore error if glGetIntegerv returns NULL.
|
||||
|
||||
for (GLint index = 0; index < numExtensions; ++index)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue