mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 13:03:05 +01:00
Fixed compile error.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user