fixed a typo;

This commit is contained in:
Filip Nedyalkov 2016-07-29 20:06:06 +03:00
parent a3502ebb4f
commit aad2ab398a

View file

@ -577,7 +577,7 @@ PIXI.DisplayObjectContainer.prototype._renderCanvas = function (renderSession) {
Object.defineProperty(PIXI.DisplayObjectContainer.prototype, 'width', {
get: function() {
return this.getLocalBounds().width + this.scale.x;
return this.getLocalBounds().width * this.scale.x;
},
set: function(value) {