mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Removed rogue log
This commit is contained in:
parent
98a82e3672
commit
b85ae018dd
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ var ProcessDownEvents = function (pointer)
|
||||||
{
|
{
|
||||||
var currentlyOver = this._temp;
|
var currentlyOver = this._temp;
|
||||||
|
|
||||||
console.log('ProcessDownEvents', this.topOnly);
|
|
||||||
|
|
||||||
this.events.dispatch(new InputEvent.POINTER_DOWN(pointer, currentlyOver));
|
this.events.dispatch(new InputEvent.POINTER_DOWN(pointer, currentlyOver));
|
||||||
|
|
||||||
// Go through all objects the pointer was over and fire their events / callbacks
|
// Go through all objects the pointer was over and fire their events / callbacks
|
||||||
|
|
Loading…
Reference in a new issue