Browse Source

Reduce Light radius

tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
6db1177270
1 changed files with 1 additions and 1 deletions
  1. +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 + 40.0;
float oradius = radius + 20.0;

// Solid
nvgBeginPath(vg);


Loading…
Cancel
Save