Delete unneeded comment

This commit is contained in:
Tyler Hallada 2017-08-07 21:56:51 -04:00
parent 8a851140c5
commit 9df2a2381a

View File

@ -660,7 +660,6 @@ window.onload = loopStart;
/* MOUSE AND TOUCH EVENTS */
// FIXME: buggy :(
window.addEventListener('mousewheel', function (e) {
scrollDelta = scrollDelta + ((e.deltaY / 100) * 3);
});