Update BitmapText.js

This commit is contained in:
Richard Davey 2020-07-31 13:34:50 +01:00
parent 72654e04d3
commit 49682e744d

View file

@ -445,9 +445,6 @@ var BitmapText = new Class({
this.getTextBounds(false);
// this._displayOriginX = this.originX * this.width;
// this._displayOriginY = this.originY * this.height;
return this;
},