mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-11-21 11:36:05 -08:00
Fixed dumb issue
Bad console log
This commit is contained in:
parent
eaf77269be
commit
f51bc7338a
|
@ -228,7 +228,6 @@ function insertCanvasElements() {
|
||||||
|
|
||||||
if (!startTouchX) {
|
if (!startTouchX) {
|
||||||
startTouchX = touch.pageX;
|
startTouchX = touch.pageX;
|
||||||
console.log(STARTED)
|
|
||||||
}
|
}
|
||||||
let movementX = touch.pageX - startTouchX;
|
let movementX = touch.pageX - startTouchX;
|
||||||
console.log(movementX)
|
console.log(movementX)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user