Browse Source

Set default zoom back to 0.0 (100%)

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

+ 1
- 1
src/settings.cpp View File

@@ -23,7 +23,7 @@ std::string token;
bool windowMaximized = false;
math::Vec windowSize = math::Vec(1024, 768);
math::Vec windowPos = math::Vec(NAN, NAN);
float zoom = 0.25;
float zoom = 0.0;
bool invertZoom = false;
float cableOpacity = 0.5;
float cableTension = 0.5;


Loading…
Cancel
Save