Rename fencing method

This commit is contained in:
griffpatch 2017-02-11 14:30:18 +00:00
parent 464722f7bd
commit 4d63dcac3b

View file

@ -170,7 +170,7 @@ RenderedTarget.prototype.setXY = function (x, y) {
this.x = x;
this.y = y;
if (this.renderer) {
this.renderer.getFencedPositionOfDrawable(this.drawableID, this);
this.renderer.fencePositionOfDrawable(this.drawableID, this);
this.renderer.updateDrawableProperties(this.drawableID, {
position: [this.x, this.y]
});