1
Fork 0

Oops again

This commit is contained in:
stysmmaker 2021-04-13 22:48:20 -04:00
parent a324498e08
commit 1ccd804f24
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2
1 changed files with 1 additions and 1 deletions

View File

@ -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)