mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
second suggested fix by community member nopcode
This commit is contained in:
parent
636f28d173
commit
7d0f8c69bf
@ -362,7 +362,7 @@ cut_sheet(int first_row_id, int do_mate, const EggVertexPool *vertex_pool) {
|
|||||||
while (not_any && ei != _edges.end()) {
|
while (not_any && ei != _edges.end()) {
|
||||||
EggMesherEdge::Strips &strips = (*ei)->_strips;
|
EggMesherEdge::Strips &strips = (*ei)->_strips;
|
||||||
si = strips.begin();
|
si = strips.begin();
|
||||||
while (si != strips.end() && not_any) {
|
while (not_any && si != strips.end()) {
|
||||||
if (*si != this && (*si)->_row_id == _row_id) {
|
if (*si != this && (*si)->_row_id == _row_id) {
|
||||||
// Here's one!
|
// Here's one!
|
||||||
not_any = false;
|
not_any = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user