Comment 29 for bug 1838448

Revision history for this message
jean-pierre charras (jp-charras) wrote :

I share the Seth's opinion.

@Seth,
Are you sure about your fix in "static void create_vrml_plane()":
It test idxSide.empty() and exit the function if true.
But unless I missed something, idxSide is a not used variable, and idxSide.empty() is always true.
So create_vrml_plane() is never executed.