From 67088c1075523fc72a8db5796b47b54428a05c81 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 14 Dec 2022 16:38:04 +0000 Subject: [PATCH] Fixed return type --- src/gameobjects/components/TransformMatrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameobjects/components/TransformMatrix.js b/src/gameobjects/components/TransformMatrix.js index 723298fe8..62cc65ab9 100644 --- a/src/gameobjects/components/TransformMatrix.js +++ b/src/gameobjects/components/TransformMatrix.js @@ -921,7 +921,7 @@ var TransformMatrix = new Class({ * @param {number} yh - The yh value. * @param {boolean} roundPixels - Pass the results via Math.round? * - * @return {number} The calculated y value. + * @return {Float32Array} The quad Float32Array. */ setQuad: function (x, y, xw, yh, roundPixels) {