mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
More introjucer cleanup
This commit is contained in:
parent
0ec53673ce
commit
46547bf8d6
21 changed files with 1174 additions and 1139 deletions
|
|
@ -82,7 +82,7 @@ private:
|
|||
{
|
||||
Path wavePath;
|
||||
|
||||
float waveStep = 10.0f;
|
||||
const float waveStep = 10.0f;
|
||||
int i = 0;
|
||||
|
||||
for (float x = waveStep * 0.5f; x < getWidth(); x += waveStep)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue