mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed build error.
This commit is contained in:
parent
011bbfd451
commit
59f8e06094
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +1233,7 @@ namespace bgfx { namespace gl
|
|||
}
|
||||
}
|
||||
|
||||
BX_TRACE("GL_EXTENSION %3d%s: %s", index, supported ? " (supported)" : "", _name);
|
||||
BX_TRACE("GL_EXTENSION %s: %s", supported ? " (supported)" : "", _name);
|
||||
BX_UNUSED(supported);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue