Fixed @return annotation spacing for GetBitmapTextSize.

This commit is contained in:
Chris Andrew 2018-06-01 15:32:03 +01:00
parent 085efa3190
commit 9e49b30d31

View file

@ -45,6 +45,7 @@
*
* @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText)} src - The BitmapText to calculate the position, width and height of.
* @param {boolean} round - Whether to round the results to the nearest integer.
*
* @return {BitmapTextSize} The calculated position, width and height of the BitmapText.
*/
var GetBitmapTextSize = function (src, round)