Switch to 75% cable tension by default
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
bb350de296
commit
fc4dc3b90b
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ enum WindowParameterList {
|
|||
|
||||
struct WindowParameters {
|
||||
float cableOpacity = 0.5f;
|
||||
float cableTension = 0.5f;
|
||||
float cableTension = 0.75f;
|
||||
float rackBrightness = 1.0f;
|
||||
float haloBrightness = 0.25f;
|
||||
float knobScrollSensitivity = 0.001f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue