Add FIXME comment

pull/4701/head
Turo Lamminen 2022-08-24 10:43:40 +03:00
parent 654ae3af4e
commit 0d8723a3eb
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ void X3DImporter::readDisk2D(XmlNode &node) {
// add last quad
vlist.push_back(tlist_i.back()); // 1st point
vlist.push_back(tlist_o.back()); // 2nd point
// FIXME: one of these should probably be tlist_i.front()
vlist.push_back(tlist_o.front()); // 3rd point
vlist.push_back(tlist_o.front()); // 4th point