Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
flashhawk committed Nov 20, 2013
2 parents ebb900b + 29bc047 commit 771c247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/spp.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/particles/Particle.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ SPP.Particle.prototype = {
this.position = null;
this.velocity = null;
this.acceleration = null;
this.damp = null;
this.life = 0;
this.removeAllForces();
this.removeAllEventListeners();
Expand Down

0 comments on commit 771c247

Please sign in to comment.