mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Removed un-used vars.
This commit is contained in:
parent
9ddcc5d0ea
commit
289b5b2532
1 changed files with 0 additions and 5 deletions
|
@ -540,11 +540,6 @@ Phaser.Physics.P2.prototype = {
|
|||
if (typeof bottom === 'undefined') { bottom = true; }
|
||||
if (typeof setCollisionGroup === 'undefined') { setCollisionGroup = true; }
|
||||
|
||||
var hw = (width / 2);
|
||||
var hh = (height / 2);
|
||||
var cx = hw + x;
|
||||
var cy = hh + y;
|
||||
|
||||
if (this.walls.left)
|
||||
{
|
||||
this.world.removeBody(this.walls.left);
|
||||
|
|
Loading…
Reference in a new issue