hopefully fix fr

This commit is contained in:
biglyderv 2025-05-20 21:13:25 -04:00
parent 44f745ae34
commit d28b0e898b
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -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;
});