Skip to content

Commit 9e49b30

Browse files
committed
Fixed @return annotation spacing for GetBitmapTextSize.
1 parent 085efa3 commit 9e49b30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gameobjects/bitmaptext/GetBitmapTextSize.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
*
4646
* @param {(Phaser.GameObjects.DynamicBitmapText|Phaser.GameObjects.BitmapText)} src - The BitmapText to calculate the position, width and height of.
4747
* @param {boolean} round - Whether to round the results to the nearest integer.
48+
*
4849
* @return {BitmapTextSize} The calculated position, width and height of the BitmapText.
4950
*/
5051
var GetBitmapTextSize = function (src, round)

0 commit comments

Comments
 (0)