Fixed bad ref
This commit is contained in:
@ -58,5 +58,5 @@ void matrixRotate(matrix_t *matrix, float angle, float x, float y, float z) {
|
||||
}
|
||||
|
||||
void matrixScale(matrix_t *matrix, float x, float y, float z) {
|
||||
glm_scale(MATRIX_POSITION, (vec3){ x, y, z });
|
||||
glm_scale(matrix->internalMatrix, (vec3){ x, y, z });
|
||||
}
|
Reference in New Issue
Block a user