review swMultMatrixf
This commit is contained in:
parent
5bab07b3e7
commit
f7df285d69
2
src/external/rlsw.h
vendored
2
src/external/rlsw.h
vendored
|
|
@ -4553,7 +4553,7 @@ void swScalef(float x, float y, float z)
|
||||||
|
|
||||||
void swMultMatrixf(const float* mat)
|
void swMultMatrixf(const float* mat)
|
||||||
{
|
{
|
||||||
sw_matrix_mul(*RLSW.currentMatrix, *RLSW.currentMatrix, mat);
|
sw_matrix_mul(*RLSW.currentMatrix, mat, *RLSW.currentMatrix);
|
||||||
|
|
||||||
if (RLSW.currentMatrixMode != SW_TEXTURE) {
|
if (RLSW.currentMatrixMode != SW_TEXTURE) {
|
||||||
RLSW.isDirtyMVP = true;
|
RLSW.isDirtyMVP = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user