diff --git a/src/settings.cpp b/src/settings.cpp index 11cef278..c318affb 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -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;