Oops
This commit is contained in:
parent
0a8ccc129a
commit
a324498e08
2 changed files with 3 additions and 3 deletions
|
@ -51,9 +51,9 @@ function get_functions(time: number = thisLayer.time)
|
|||
}
|
||||
|
||||
const YTPMV = {
|
||||
flip: function(mult = 100, input_property = thisProperty)
|
||||
flip: function(input_property = thisProperty, mult = 100)
|
||||
{
|
||||
const n = get_key_index(input_property);
|
||||
const n = get_key_index(undefined, input_property);
|
||||
return (n % 2 != 0 || n == 0) ? 1*mult : -mult;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue