fix decompose trifan
This commit is contained in:
parent
7b8d304aec
commit
57b4a9452f
|
|
@ -141,7 +141,6 @@ decompose_impl() const {
|
|||
triangles->add_vertex(v0);
|
||||
triangles->add_vertex(v1);
|
||||
triangles->add_vertex(v2);
|
||||
nassertr(vi < num_vertices, this);
|
||||
v1 = v2;
|
||||
triangles->close_primitive();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue