diff --git a/src/math/Matrix3.js b/src/math/Matrix3.js index e47770fa23e7cc..42aeb0c91a8831 100644 --- a/src/math/Matrix3.js +++ b/src/math/Matrix3.js @@ -239,6 +239,8 @@ class Matrix3 { 0, 0, 1 ); + return this; + } scale( sx, sy ) {