mirror of
https://github.com/photonstorm/phaser
synced 2024-12-03 09:59:42 +00:00
Fixed return type
This commit is contained in:
parent
6867ca5b82
commit
67088c1075
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue