Revision: 65199
http://sourceforge.net/p/brlcad/code/65199
Author: ejno
Date: 2015-06-05 15:11:15 +0000 (Fri, 05 Jun 2015)
Log Message:
-----------
forgot to increment index if we created a CQUAD
Modified Paths:
--------------
brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp
Modified: brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp
===================================================================
--- brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp 2015-06-05
14:59:40 UTC (rev 65198)
+++ brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp 2015-06-05
15:11:15 UTC (rev 65199)
@@ -792,6 +792,7 @@
if (face[0] == next_face[0] && face[2] == next_face[1]) {
const fastf_t * const v4 = &bot.vertices[next_face[2] * 3];
section.write_quad(v1, v2, v3, v4, face_info.first,
face_info.second);
+ ++i;
continue;
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits