Update Sprite.js

this.updateFrame = true;
will be set in onTextureUpdate method
This commit is contained in:
SowingSadness 2014-01-03 17:49:35 -08:00
parent e6fb188c8e
commit 9cfc205af4

View file

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