From 1ccd804f24e00988689d100493a30ad940351f27 Mon Sep 17 00:00:00 2001 From: stysmmaker Date: Tue, 13 Apr 2021 22:48:20 -0400 Subject: [PATCH] Oops again --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index abc73a1..7f4e1f8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -31,7 +31,7 @@ function get_functions(time: number = thisLayer.time) // https://gist.github.com/animoplex/aafd6a157282351c8dfeea385d969ef2 function inertial_bounce(amp: number, freq: number, decay: number, input_property = thisProperty) { - const n = get_key_index(); + const n = get_key_index(undefined, input_property); let t = 0; if (n != 0)