review swMultMatrixf

This commit is contained in:
Bigfoot71 2025-05-17 18:09:50 +02:00
parent 5bab07b3e7
commit f7df285d69

2
src/external/rlsw.h vendored
View File

@ -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;