From c4f4ceef42ea4958afeb21cce46ca6bb11358251 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 2 Jun 2016 22:41:58 +0100 Subject: [PATCH] Code format fix. --- src/pixi/display/Sprite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixi/display/Sprite.js b/src/pixi/display/Sprite.js index f7f98581a..5f7bd1480 100644 --- a/src/pixi/display/Sprite.js +++ b/src/pixi/display/Sprite.js @@ -419,7 +419,7 @@ PIXI.Sprite.prototype._renderCanvas = function(renderSession, matrix) renderSession.context.globalAlpha = this.worldAlpha; - // If smoothingEnabled is supported and we need to change the smoothing property for this texture + // If smoothingEnabled is supported and we need to change the smoothing property for this texture if (renderSession.smoothProperty && renderSession.scaleMode !== this.texture.baseTexture.scaleMode) { renderSession.scaleMode = this.texture.baseTexture.scaleMode;