Delete unneeded comment
This commit is contained in:
parent
8a851140c5
commit
9df2a2381a
@ -660,7 +660,6 @@ window.onload = loopStart;
|
|||||||
|
|
||||||
/* MOUSE AND TOUCH EVENTS */
|
/* MOUSE AND TOUCH EVENTS */
|
||||||
|
|
||||||
// FIXME: buggy :(
|
|
||||||
window.addEventListener('mousewheel', function (e) {
|
window.addEventListener('mousewheel', function (e) {
|
||||||
scrollDelta = scrollDelta + ((e.deltaY / 100) * 3);
|
scrollDelta = scrollDelta + ((e.deltaY / 100) * 3);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user