spelling: acceleration
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b75453b08f
commit
8351d331b4
@ -120,7 +120,7 @@ function resetWheel() {
|
|||||||
|
|
||||||
var INERTIA_ACCELERATION = 30;
|
var INERTIA_ACCELERATION = 30;
|
||||||
|
|
||||||
// not good, precision not enough to simulate accelation effect,
|
// not good, precision not enough to simulate acceleration effect,
|
||||||
// seems have to use pixel based rather line based delta
|
// seems have to use pixel based rather line based delta
|
||||||
function accWheel(v, is_x) {
|
function accWheel(v, is_x) {
|
||||||
if (wheeling) return;
|
if (wheeling) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user