]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
implemented uint16 element array support, and use of it for all the
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 992fc3d70500c69efefe107faec1f19d8847bbd0..17c366bc8d975f8d7ed34e591c52c0f68ee9af33 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -63,7 +63,7 @@ typedef struct drawqueuemesh_s
        rtexture_t *texture;
        int num_triangles;
        int num_vertices;
-       int *data_element3i;
+       unsigned short *data_element3s;
        float *data_vertex3f;
        float *data_texcoord2f;
        float *data_color4f;