mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Code format fix.
This commit is contained in:
parent
09d09aaf84
commit
c4f4ceef42
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue