Skip to content

Commit 94498fc

Browse files
committed
The InputHandler.flagged property has been removed. It was never used internally, or exposed via the API, so was just overhead.
1 parent 9aef9b7 commit 94498fc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/input/InputHandler.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,6 @@ Phaser.InputHandler.prototype = {
330330
this.sprite.events.onAddedToGroup.add(this.addedToGroup, this);
331331
this.sprite.events.onRemovedFromGroup.add(this.removedFromGroup, this);
332332

333-
this.flagged = false;
334-
335333
return this.sprite;
336334

337335
},
@@ -388,7 +386,6 @@ Phaser.InputHandler.prototype = {
388386
reset: function () {
389387

390388
this.enabled = false;
391-
this.flagged = false;
392389

393390
for (var i = 0; i < 10; i++)
394391
{

0 commit comments

Comments
 (0)