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
Reduce Light radius
tags/v0.5.0
Andrew Belt
7 years ago
parent
ba318d1dda
commit
6db1177270
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/Light.cpp
+ 1
- 1
src/app/Light.cpp
View File
@@ -6,7 +6,7 @@ namespace rack {
void Light::draw(NVGcontext *vg) {
float radius = box.size.x / 2.0;
float oradius = radius +
4
0.0;
float oradius = radius +
2
0.0;
// Solid
nvgBeginPath(vg);
Write
Preview
Loading…
Cancel
Save