Skip to content

Commit

Permalink
Rebuilt and incremented version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Start committed Apr 2, 2015
1 parent 5b85a02 commit e204612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixi-particles",
"version": "1.4.1",
"version": "1.4.2",
"main": "dist/pixi-particles.min.js",
"dependencies": {
"pixi.js": "*"
Expand Down
6 changes: 2 additions & 4 deletions dist/pixi-particles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1309,9 +1309,7 @@
{
if(this.particleImages[i].baseTexture != this.particleImages[i - 1].baseTexture)
{
if(window.Debug)
Debug.warn("PixiParticles: using particle textures from different images may hinder performance in WebGL");
else if(window.console)
if (window.console)
console.warn("PixiParticles: using particle textures from different images may hinder performance in WebGL");
break;
}
Expand Down Expand Up @@ -1887,4 +1885,4 @@

cloudkid.Emitter = Emitter;

}(cloudkid));
}(cloudkid));

0 comments on commit e204612

Please sign in to comment.