From: Mikko Rasa Date: Sun, 21 Mar 2021 16:11:14 +0000 (+0200) Subject: Fix suspicious code in the mesh exporter X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=2e7ed8bf667c2a3b79683cbda2ebce15019e5f88;hp=2e7ed8bf667c2a3b79683cbda2ebce15019e5f88;p=libs%2Fgl.git Fix suspicious code in the mesh exporter 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. ---