Merge pull request #466 from SowingSadness/patch-2

Update Sprite.js
This commit is contained in:
Chad Engler 2014-01-03 18:39:48 -08:00
commit e08559771a

View file

@ -79,7 +79,6 @@ PIXI.Sprite = function(texture)
if(texture.baseTexture.hasLoaded)
{
this.updateFrame = true;
this.onTextureUpdate();
}
else