Code format fix.

This commit is contained in:
Richard Davey 2016-06-02 22:41:58 +01:00
parent 09d09aaf84
commit c4f4ceef42

View file

@ -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;