Skip to content

Commit 57ee895

Browse files
committed
Reset flags during reset
1 parent 9277cce commit 57ee895

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/physics/arcade/Body.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,6 +1353,7 @@ var Body = new Class({
13531353

13541354
this.updateBounds();
13551355
this.updateCenter();
1356+
this.resetFlags();
13561357
},
13571358

13581359
/**

0 commit comments

Comments
 (0)