fix mat4x4 scale op

v1
Brett 2023-07-11 18:35:29 -04:00
parent fc8aa8204a
commit 15cca07286
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace blt {
m00(m00() * x);
m11(m11() * y);
m22(m11() * z);
m22(m22() * z);
*this = *this * scale_mat;