fix mat4x4 scale op
parent
fc8aa8204a
commit
15cca07286
|
@ -96,7 +96,7 @@ namespace blt {
|
||||||
|
|
||||||
m00(m00() * x);
|
m00(m00() * x);
|
||||||
m11(m11() * y);
|
m11(m11() * y);
|
||||||
m22(m11() * z);
|
m22(m22() * z);
|
||||||
|
|
||||||
*this = *this * scale_mat;
|
*this = *this * scale_mat;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue