summaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index a3e1e2a..6392faa 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -46,7 +46,7 @@ honey_result honey_mesh_new(honey_mesh* mesh,
* @param[in] shader The shader to use when drawing the mesh
*/
void honey_mesh_draw(honey_mesh mesh,
- honey_shader shader);
+ int shader);
/** @brief Delete a mesh.
*