Add missing bracket

This commit is contained in:
James Urquhart 2016-09-13 10:24:23 +01:00
parent 212ac36cc1
commit 455aa99046

View file

@ -1597,7 +1597,7 @@ GFXVertexDecl* GFXD3D11Device::allocVertexDecl( const GFXVertexFormat *vertexFor
S32 elemIndex = 0;
for (S32 i = 0; i < elemCount; i++, elemIndex++)
{
const GFXVertexElement &element = vertexFormat->getElement(elemIndex);
stream = element.getStreamIndex();