diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index 56144ec..643589c 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -36,7 +36,7 @@ * @property texture * @type Texture */ - this.texture = texture || PIXI.Texture.emptyTexture;; + this.texture = texture || PIXI.Texture.emptyTexture; /** * The width of the sprite (this is initially set by the texture)