hopefully fix fr
This commit is contained in:
parent
44f745ae34
commit
d28b0e898b
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ function Canvas(width, height, upscale) {
|
|||
this.elem.addEventListener('touchend', function (e) {
|
||||
that.clicked = false;
|
||||
|
||||
that.firstX = e.touches[0].pageY;
|
||||
that.firstY = e.touches[0].pageY;
|
||||
that.firstX = this.pageX;
|
||||
that.firstY = this.pageY;
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue