diff --git a/src/fx/Displacement.js b/src/fx/Displacement.js index 876c8701b..00abee5d7 100644 --- a/src/fx/Displacement.js +++ b/src/fx/Displacement.js @@ -89,7 +89,7 @@ var Displacement = new Class({ * * You can only use a whole texture, not a frame from a texture atlas or sprite sheet. * - * @method Phaser.GameObjects.Components.FX#setTexture + * @method Phaser.FX.Displacement#setTexture * @since 3.60.0 * * @param {string} [texture='__WHITE'] - The unique string-based key of the texture to use for displacement, which must exist in the Texture Manager.