spelling: acceleration

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-09 02:30:17 -05:00
parent b75453b08f
commit 8351d331b4

View File

@ -120,7 +120,7 @@ function resetWheel() {
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
function accWheel(v, is_x) {
if (wheeling) return;