diff --git a/lib/Blood.js b/lib/Blood.js index 665f33a..7d83aaf 100644 --- a/lib/Blood.js +++ b/lib/Blood.js @@ -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';