diff --git a/src/settings.cpp b/src/settings.cpp index 0eb10fb2..0d2f8db5 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -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;