Skip to content

Commit 639a935

Browse files
committed
Remove updateCenter() in setOffset()
1 parent bed716e commit 639a935

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/physics/arcade/Body.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,6 @@ var Body = new Class({
12521252
if (y === undefined) { y = x; }
12531253

12541254
this.offset.set(x, y);
1255-
this.updateCenter();
12561255

12571256
return this;
12581257
},

0 commit comments

Comments
 (0)