mirror of
https://github.com/hyprwm/hyprutils.git
synced 2024-11-17 02:35:58 +01:00
oopes
This commit is contained in:
parent
880813eef7
commit
6cdbb75974
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue