mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Update ParticleManagerCreator.js
This commit is contained in:
parent
a9072cadf2
commit
3bd91ea3de
1 changed files with 0 additions and 2 deletions
|
@ -45,7 +45,5 @@ GameObjectCreator.register('particles', function (config, addToScene)
|
|||
this.displayList.add(manager);
|
||||
}
|
||||
|
||||
this.updateList.add(manager);
|
||||
|
||||
return manager;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue