mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Rename fencing method
This commit is contained in:
parent
464722f7bd
commit
4d63dcac3b
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue