mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
JSDoc fix
This commit is contained in:
parent
7765016caa
commit
4ea080e8a8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
* @since 3.50.0
|
||||
* @private
|
||||
*
|
||||
* @param {Phaser.Renderer.WebGL.WebGLPipeline} pipeline - The BitmapText Game Object.
|
||||
* @param {Phaser.Renderer.WebGL.WebGLPipeline} pipeline - The WebGLPipeline. Must have a `batchQuad` method.
|
||||
* @param {Phaser.GameObjects.BitmapText} src - The BitmapText Game Object.
|
||||
* @param {Phaser.Types.GameObjects.BitmapText.BitmapTextCharacter} char - The character to render.
|
||||
* @param {Phaser.Types.GameObjects.BitmapText.BitmapFontCharacterData} glyph - The character glyph.
|
||||
|
|
Loading…
Reference in a new issue