Skip to content

Commit

Permalink
VertexDecl::m_hash should count m_stride too
Browse files Browse the repository at this point in the history
  • Loading branch information
velkyel committed Apr 22, 2016
1 parent a94089e commit f3ce2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vertexdecl.cpp
Expand Up @@ -107,6 +107,7 @@ namespace bgfx
murmur.begin();
murmur.add(m_attributes, sizeof(m_attributes) );
murmur.add(m_offset, sizeof(m_offset) );
murmur.add(m_stride);
m_hash = murmur.end();
}

Expand Down

0 comments on commit f3ce2d4

Please sign in to comment.