forked from profectus/Profectus
Removed unused parameter from exponential scaling function
This commit is contained in:
parent
8f7acf2e17
commit
322ad1529a
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ export function createLinearScaling(
|
||||||
// e.g. if exponent is 0.5 and base is 10, then having 10 points makes gain 1, and 40 points is 2
|
// e.g. if exponent is 0.5 and base is 10, then having 10 points makes gain 1, and 40 points is 2
|
||||||
export function createExponentialScaling(
|
export function createExponentialScaling(
|
||||||
base: DecimalSource | Ref<DecimalSource>,
|
base: DecimalSource | Ref<DecimalSource>,
|
||||||
coefficient: DecimalSource | Ref<DecimalSource>,
|
|
||||||
exponent: DecimalSource | Ref<DecimalSource>
|
exponent: DecimalSource | Ref<DecimalSource>
|
||||||
): ScalingFunction {
|
): ScalingFunction {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue