1
0
Fork 0
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:
jules 2014-11-04 12:27:57 +00:00
parent 0ec53673ce
commit 46547bf8d6
21 changed files with 1174 additions and 1139 deletions

View file

@ -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)