Skip to content

Commit 05fc916

Browse files
committed
Fix #7142. Added Phaser.Display.ColorMatrix type to Phaser.GameObjects.Components.FX#remove
1 parent c62baca commit 05fc916

File tree

1 file changed

+1
-1
lines changed
  • src/gameobjects/components

1 file changed

+1
-1
lines changed

src/gameobjects/components/FX.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ var FX = new Class({
289289
* @generic {Phaser.FX.Controller} T
290290
* @genericUse {T} - [fx]
291291
*
292-
* @param {Phaser.FX.Controller} fx - The FX Controller to remove from this FX Component.
292+
* @param {Phaser.FX.Controller|Phaser.Display.ColorMatrix} fx - The FX Controller to remove from this FX Component.
293293
*
294294
* @return {this} This Game Object instance.
295295
*/

0 commit comments

Comments
 (0)