diff --git a/src/rlgl.h b/src/rlgl.h index 694201f4f..9c3c69c20 100644 --- a/src/rlgl.h +++ b/src/rlgl.h @@ -1173,7 +1173,7 @@ void rlScalef(float x, float y, float z) } // Multiply the current matrix by another matrix -void rlMultMatrixf(float *matf) +void rlMultMatrixf(const float *matf) { // Matrix creation from array Matrix mat = { matf[0], matf[4], matf[8], matf[12],