mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 02:08:40 +00:00
Pass the time to Pointer.reset
This commit is contained in:
parent
b437efa642
commit
d2cb4a4006
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ var InputManager = new Class({
|
|||
|
||||
for (i = 0; i < this.pointersTotal; i++)
|
||||
{
|
||||
pointers[i].reset();
|
||||
pointers[i].reset(time);
|
||||
}
|
||||
|
||||
if (!this.enabled || len === 0)
|
||||
|
|
Loading…
Reference in a new issue