mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fix tris
This commit is contained in:
parent
35f994c384
commit
fada989c7f
@ -2755,7 +2755,7 @@ draw_triangles(const qpGeomTriangles *primitive) {
|
||||
primitive->get_min_vertex(),
|
||||
primitive->get_max_vertex() - primitive->get_min_vertex() + 1,
|
||||
primitive->get_num_primitives(),
|
||||
primitive->get_vertices(),
|
||||
primitive->get_data(),
|
||||
index_type,
|
||||
_vertex_data->get_array(0)->get_data(),
|
||||
_vertex_data->get_format()->get_array(0)->get_stride());
|
||||
|
Loading…
x
Reference in New Issue
Block a user