mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
remove unnecessary assertion
This commit is contained in:
parent
fada989c7f
commit
0f17ab4437
@ -1120,7 +1120,7 @@ recompute_bound() {
|
|||||||
++vcount;
|
++vcount;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nassertr(vcount == num_vertices, bound);
|
//nassertr(vcount == num_vertices, bound);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// Indexed case.
|
// Indexed case.
|
||||||
@ -1134,7 +1134,7 @@ recompute_bound() {
|
|||||||
++vindex;
|
++vindex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nassertr(vindex == num_indices, bound);
|
//nassertr(vindex == num_indices, bound);
|
||||||
}
|
}
|
||||||
|
|
||||||
const LPoint3f *vertices_begin = &vertices[0];
|
const LPoint3f *vertices_begin = &vertices[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user