Update life.js

This commit is contained in:
Kyle
2019-08-16 18:37:00 -07:00
parent bc2aa56f51
commit 39e82ec679

View File

@@ -264,7 +264,7 @@ function moveTouch() {
touchX[i] = event.touches[i].clientX
touchY[i] = event.touches[i].clientY
}
window.scrollTo(0, 0);
// window.scrollTo(0, 0);
}
function endTouch() {
for (var i = 1; i <= playerList.length; i++) {