summaryrefslogtreecommitdiff
path: root/src/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh.h')
-rw-r--r--src/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh.h b/src/mesh.h
index c31554c..393201c 100644
--- a/src/mesh.h
+++ b/src/mesh.h
@@ -28,7 +28,7 @@ extern "C" {
#endif
typedef void (mesh_begin_cb)(void *data, GLenum mode, unsigned count);
-typedef void (mesh_index_cb)(void *data, unsigned index);
+typedef void (mesh_index_cb)(void *data, const unsigned *index, unsigned count);
typedef void (mesh_end_cb)(void *data);
/**