This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
25
Wiki
Activity
Browse Source
Use override in LFO
tags/v0.5.0
Andrew Belt
6 years ago
parent
f9db71286e
commit
9923a77326
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/LFO.cpp
+ 1
- 1
src/LFO.cpp
View File
@@ -181,7 +181,7 @@ struct LFO2 : Module {
float lights[1] = {};
LFO2() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) {}
void step();
void step()
override
;
};
Write
Preview
Loading…
Cancel
Save