diff options
Diffstat (limited to 'include/shader.h')
-rw-r--r-- | include/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shader.h b/include/shader.h index 610322e..cbef3de 100644 --- a/include/shader.h +++ b/include/shader.h @@ -52,7 +52,7 @@ void honey_shader_set_int(honey_shader shader, */ void honey_shader_set_mat4(honey_shader shader, char* matrix_name, - float* matrix); + mat4 matrix); /** @brief Use a shader. */ |