missed a definition
This commit is contained in:
parent
bb9e902f92
commit
173c65012f
|
|
@ -1173,7 +1173,7 @@ void rlScalef(float x, float y, float z)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Multiply the current matrix by another matrix
|
// Multiply the current matrix by another matrix
|
||||||
void rlMultMatrixf(float *matf)
|
void rlMultMatrixf(const float *matf)
|
||||||
{
|
{
|
||||||
// Matrix creation from array
|
// Matrix creation from array
|
||||||
Matrix mat = { matf[0], matf[4], matf[8], matf[12],
|
Matrix mat = { matf[0], matf[4], matf[8], matf[12],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user