Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Hulha committed Nov 20, 2013
1 parent bcd77d4 commit 1908733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Blood.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define(['goo/entities/EntityUtils', 'goo/math/Vector3', 'goo/renderer/TextureCre

this.goo = goo;

var particleTex = new TextureCreator().loadTexture2D('../res/flare.png');
var particleTex = new TextureCreator().loadTexture2D('res/flare.png');
particleTex.generateMipmaps = true;

//texture.wrapS = 'EdgeClamp';
Expand Down

0 comments on commit 1908733

Please sign in to comment.