This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Fix default zoom level.
tags/v1.0.0
Andrew Belt
5 years ago
parent
d5280bd5f7
commit
439b3f6ba2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save