carve
carve copied to clipboard
Patch for /include/carve/mesh_impl.hpp
std::vector<vertex_t::vector_t> v_edge;
if( v_edge.size() < 3 ) // always true, because initialized in previous line
{...
}
Original issue reported on code.google.com by [email protected] on 9 Oct 2014 at 1:32
Attachments: