Skip to content

Commit

Permalink
Deprecate Phaser.Particles#update
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Apr 19, 2017
1 parent b2ea625 commit 3ea0260
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/particles/Particles.js
Expand Up @@ -54,9 +54,13 @@ Phaser.Particles.prototype = {
},

/**
* Called by the core game loop. Updates all Emitters who have their exists value set to true.
* Updates all Emitters who have their exists value set to true.
*
* Phaser no longer uses this method; Emitters receive updates via {@link Phaser.Stage#update} instead.
*
* @method Phaser.Particles#update
* @protected
* @deprecated
*/
update: function () {
for (var key in this.emitters)
Expand Down

0 comments on commit 3ea0260

Please sign in to comment.