This commit is contained in:
Vaxry 2024-09-24 18:13:57 +01:00
parent 880813eef7
commit 6cdbb75974

View file

@ -84,7 +84,7 @@ Mat3x3 Mat3x3::projectBox(const CBox& box, eTransform transform, float rot /* ra
mat.translate({-0.5, -0.5});
}
return mat.multiply(*this);
return this->copy().multiply(mat);
}
Mat3x3& Mat3x3::transform(eTransform transform) {