corrected mistake from merging in matrix.c
This commit is contained in:
parent
dd2a621f11
commit
e2375c4844
2
matrix.c
2
matrix.c
@ -39,7 +39,7 @@ void clearMatrix(Matrix *matrix)
|
||||
matrix->cols = 0;
|
||||
}
|
||||
|
||||
void setMatrixAt(MatrixType value, Matrix *matrix, unsigned int rowIdx, unsigned int colIdx)
|
||||
void setMatrixAt(MatrixType value, Matrix matrix, unsigned int rowIdx, unsigned int colIdx)
|
||||
{
|
||||
if(matrix.buffer == NULL)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user