Oops again
This commit is contained in:
parent
a324498e08
commit
1ccd804f24
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user