diff options
| author | Comment <tim@gray.(none)> | 2013-05-29 12:35:22 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-05-29 12:35:22 +0100 |
| commit | cb996aea8daaed108048745cee2dc84be5d110bf (patch) | |
| tree | 022b1a21a48e208ada192cbe69345234bf14daf3 /src/testApp.cpp | |
| parent | 69e9ed62bbc899117550d7b9c888e71dd9ede0e2 (diff) | |
good mostly
Diffstat (limited to 'src/testApp.cpp')
| -rwxr-xr-x | src/testApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testApp.cpp b/src/testApp.cpp index e9b8403..18e7255 100755 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -133,7 +133,7 @@ void testApp::setup(){ slidThickness=1.0f; gui.add(sT.setup("thickness",slidThickness,0,10.0,255)); slidWave=1.0f; - gui.add(sT.setup("amplitude",slidWave,0,4.0,255)); + gui.add(sW.setup("amplitude",slidWave,0,4.0,255)); /* gui.setup("","panel.xml",0,0); |
