mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Reset flags during reset
This commit is contained in:
parent
9277ccedd1
commit
57ee895437
1 changed files with 1 additions and 0 deletions
|
@ -1353,6 +1353,7 @@ var Body = new Class({
|
|||
|
||||
this.updateBounds();
|
||||
this.updateCenter();
|
||||
this.resetFlags();
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue