mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Remove debug code.
This commit is contained in:
parent
e866a7b2e3
commit
37d720abd4
1 changed files with 1 additions and 1 deletions
|
@ -1847,7 +1847,7 @@ namespace bgfx
|
|||
}
|
||||
|
||||
#if !BGFX_CONFIG_RENDERER_OPENGLES3
|
||||
if (false && NULL != glVertexAttribDivisor
|
||||
if (NULL != glVertexAttribDivisor
|
||||
&& NULL != glDrawArraysInstanced
|
||||
&& NULL != glDrawElementsInstanced)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue