Skip to content

Commit d2cb4a4

Browse files
committed
Pass the time to Pointer.reset
1 parent b437efa commit d2cb4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/InputManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ var InputManager = new Class({
445445

446446
for (i = 0; i < this.pointersTotal; i++)
447447
{
448-
pointers[i].reset();
448+
pointers[i].reset(time);
449449
}
450450

451451
if (!this.enabled || len === 0)

0 commit comments

Comments
 (0)