mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-11 18:59:03 +08:00
Merge pull request #265 from google/spec_change_var_init
Spec: Change C++ variable initialization
This commit is contained in:
commit
c068f6fc57
@ -90,7 +90,7 @@ void RecomputeVerticesInternal() {
|
|||||||
c = vertex_corners_[v];
|
c = vertex_corners_[v];
|
||||||
if (c < 0)
|
if (c < 0)
|
||||||
continue;
|
continue;
|
||||||
first_vert_id(num_new_vertices++);
|
first_vert_id = num_new_vertices++;
|
||||||
first_c = c;
|
first_c = c;
|
||||||
if (IsVertexOnAttributeSeam(attr, v)) {
|
if (IsVertexOnAttributeSeam(attr, v)) {
|
||||||
act_c = SwingLeft(curr_att_dec, first_c);
|
act_c = SwingLeft(curr_att_dec, first_c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user