Make the multiplier return the current volume

without doing any math to it, so we can have different ways to set the multiplier in logarithmic ways.
This commit is contained in:
meew0
2016-04-02 11:03:28 +02:00
parent 8e6427963b
commit e8cc571d6a

View File

@@ -18,7 +18,7 @@ class Volume extends Transform {
}
get multiplier() {
return Math.tan(this.volume);
return this.volume;
}
get() {