mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Fix return type in Text#getTextMetrics: object -> Phaser.Types.GameObjects.Text.TextMetric
This commit is contained in:
parent
d6e8600766
commit
4e0176691a
1 changed files with 1 additions and 1 deletions
|
@ -1299,7 +1299,7 @@ var Text = new Class({
|
|||
* @method Phaser.GameObjects.Text#getTextMetrics
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @return {object} The text metrics.
|
||||
* @return {Phaser.Types.GameObjects.Text.TextMetrics} The text metrics.
|
||||
*/
|
||||
getTextMetrics: function ()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue