Update FX.js

This commit is contained in:
Richard Davey 2023-03-20 15:20:06 +00:00
parent 4abab0ba5b
commit 4e6f51bc9c

View file

@ -19,7 +19,6 @@ var SpliceOne = require('../../utils/array/SpliceOne');
*
* @param {Phaser.GameObjects.GameObject} gameObject - A reference to the Game Object that owns this FX Component.
* @param {boolean} isPost - Is this a Pre or Post FX Component?
+- *
*/
var FX = new Class({