Skip to content

Commit c518fa3

Browse files
committed
Formatting.
1 parent c0c3fef commit c518fa3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/physics/p2/Body.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,8 @@ Phaser.Physics.P2.Body.prototype = {
798798

799799
this.debugBody = null;
800800

801-
if (this.sprite) {
801+
if (this.sprite)
802+
{
802803
this.sprite.body = null;
803804
this.sprite = null;
804805
}

0 commit comments

Comments
 (0)