Spec: Change C++ variable initialization

- Addresses a comment in KhronosGroup/glTF#1114
This commit is contained in:
Frank Galligan 2017-10-25 09:05:27 -07:00
parent 277c0a0252
commit 87f5d605c4

View File

@ -90,7 +90,7 @@ void RecomputeVerticesInternal() {
c = vertex_corners_[v];
if (c < 0)
continue;
first_vert_id(num_new_vertices++);
first_vert_id = num_new_vertices++;
first_c = c;
if (IsVertexOnAttributeSeam(attr, v)) {
act_c = SwingLeft(curr_att_dec, first_c);