mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-16 11:50:19 -05:00
Fixed compile error.
This commit is contained in:
parent
44c8859bda
commit
3a62f3cd9f
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ namespace bgfx
|
|||
uint32_t index = 8-_numInstanceData+ii;
|
||||
|
||||
uint32_t jj;
|
||||
D3D11_INPUT_ELEMENT_DESC* curr;
|
||||
D3D11_INPUT_ELEMENT_DESC* curr = vertexElements;
|
||||
for (jj = 0; jj < num; ++jj)
|
||||
{
|
||||
curr = &vertexElements[jj];
|
||||
|
|
Loading…
Reference in a new issue