Skip to content

Commit 4ea080e

Browse files
committed
JSDoc fix
1 parent 7765016 commit 4ea080e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/bitmaptext/BatchChar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @since 3.50.0
1212
* @private
1313
*
14-
* @param {Phaser.Renderer.WebGL.WebGLPipeline} pipeline - The BitmapText Game Object.
14+
* @param {Phaser.Renderer.WebGL.WebGLPipeline} pipeline - The WebGLPipeline. Must have a `batchQuad` method.
1515
* @param {Phaser.GameObjects.BitmapText} src - The BitmapText Game Object.
1616
* @param {Phaser.Types.GameObjects.BitmapText.BitmapTextCharacter} char - The character to render.
1717
* @param {Phaser.Types.GameObjects.BitmapText.BitmapFontCharacterData} glyph - The character glyph.

0 commit comments

Comments
 (0)