mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Merge branch 'master' of cane:bkaradzic/bgfx into dev
This commit is contained in:
commit
3cdf4beaa7
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ void TextBufferManager::submitTextBuffer(TextBufferHandle _handle, uint8_t _id,
|
|||
}
|
||||
|
||||
bgfx::setVertexBuffer(vbh, 0, bc.textBuffer->getVertexCount() );
|
||||
bgfx::setIndexBuffer(ibh, bc.textBuffer->getIndexCount() );
|
||||
bgfx::setIndexBuffer(ibh, 0, bc.textBuffer->getIndexCount() );
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue