mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Fixed @return annotation spacing for GetBitmapTextSize.
This commit is contained in:
parent
085efa3190
commit
9e49b30d31
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
*
|
*
|
||||||
* @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText)} src - The BitmapText to calculate the position, width and height of.
|
* @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.
|
* @param {boolean} round - Whether to round the results to the nearest integer.
|
||||||
|
*
|
||||||
* @return {BitmapTextSize} The calculated position, width and height of the BitmapText.
|
* @return {BitmapTextSize} The calculated position, width and height of the BitmapText.
|
||||||
*/
|
*/
|
||||||
var GetBitmapTextSize = function (src, round)
|
var GetBitmapTextSize = function (src, round)
|
||||||
|
|
Loading…
Reference in a new issue