Fixed return type

This commit is contained in:
Richard Davey 2022-12-14 16:38:04 +00:00
parent 6867ca5b82
commit 67088c1075

View file

@ -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)
{