]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix suspicious code in the mesh exporter
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Mar 2021 16:11:14 +0000 (18:11 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Mar 2021 16:11:14 +0000 (18:11 +0200)
The pivot_vertices function was expecting a list of vertices, but only
one vertex was passed in.  In fact the entire function seemed rather
useless now that the mesh is triangulated at an early stage.


No differences found