mirror of
https://github.com/recp/cglm.git
synced 2025-12-25 12:55:04 +00:00
improve glm_mat4_mulN for non-DEBUG environment
This commit is contained in:
@@ -52,7 +52,7 @@ glmc_mat4_mul(mat4 m1, mat4 m2, mat4 dest) {
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_mat4_mulN(mat4 * __restrict matrices[], int len, mat4 dest) {
|
||||
glmc_mat4_mulN(mat4 * __restrict matrices[], uint32_t len, mat4 dest) {
|
||||
glm_mat4_mulN(matrices, len, dest);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user