Browse Source

Fix default zoom level.

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
439b3f6ba2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/settings.cpp

+ 1
- 1
src/settings.cpp View File

@@ -18,7 +18,7 @@ bool headless = false;
std::string token;
math::Vec windowSize;
math::Vec windowPos;
float zoom = 1.0;
float zoom = 0.0;
bool invertZoom = false;
float cableOpacity = 0.5;
float cableTension = 0.5;


Loading…
Cancel
Save