Browse Source

Set default cable tension to 100%.

tags/v2.0.0
Andrew Belt 2 years ago
parent
commit
f5238aec82
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/settings.cpp

+ 1
- 1
src/settings.cpp View File

@@ -26,7 +26,7 @@ math::Vec windowPos = math::Vec(NAN, NAN);
bool invertZoom = false; bool invertZoom = false;
float pixelRatio = 0.0; float pixelRatio = 0.0;
float cableOpacity = 0.5; float cableOpacity = 0.5;
float cableTension = 0.5;
float cableTension = 1.0;
float rackBrightness = 1.0; float rackBrightness = 1.0;
float haloBrightness = 0.25; float haloBrightness = 0.25;
bool allowCursorLock = true; bool allowCursorLock = true;


Loading…
Cancel
Save