mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Remove un-used parameter
This commit is contained in:
parent
b267c607d2
commit
0c575fd859
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ var Particle = new Class({
|
|||
* @since 3.0.0
|
||||
*/
|
||||
this.data = {
|
||||
tint: { min: 0xffffff, max: 0xffffff, current: 0xffffff },
|
||||
tint: { min: 0xffffff, max: 0xffffff },
|
||||
alpha: { min: 1, max: 1 },
|
||||
rotate: { min: 0, max: 0 },
|
||||
scaleX: { min: 1, max: 1 },
|
||||
|
|
Loading…
Reference in a new issue