Skip to content

Commit b2f8a13

Browse files
committed
change ParticleEmitter.startFollow to fix issue 3764
1 parent a480232 commit b2f8a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/particles/ParticleEmitter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ var ParticleEmitter = new Class({
10471047
* @method Phaser.GameObjects.Particles.ParticleEmitter#startFollow
10481048
* @since 3.0.0
10491049
*
1050-
* @param {Phaser.GameObjects.Particles.Particle} target - The Game Object to follow.
1050+
* @param {Phaser.GameObjects.GameObject} target - The Game Object to follow.
10511051
* @param {float} [offsetX=0] - Horizontal offset of the particle origin from the Game Object.
10521052
* @param {float} [offsetY=0] - Vertical offset of the particle origin from the Game Object.
10531053
* @param {boolean} [trackVisible=false] - Whether the emitter's visible state will track the target's visible state.

0 commit comments

Comments
 (0)